Replies: 1 comment 3 replies
-
In the next major version v4,
Currently I don't have a plan to add a parent or initial options. See #396 for ongoing specs. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
currently when capturing events globally - ie.
pane.on('change', (ev) => {}
, the only really useful members arepresetKey
andvalue
.however, it would be extremely useful to access the name/info of the parent controllers such as the folder and tabs as well. or, even further, the full dictionary passed in when adding the UI elements via
addInput
/addButton
.this way, we could grab additional data such as
min
/max
values of elements - or custom keys we pipe in to do additional logic handling.as far as I could tell - the included
target
member of the event handler doesn't provide any of this information either...am I missing an existing way to do this? would be great to get this feature added if not.
Beta Was this translation helpful? Give feedback.
All reactions