Bubbling Up Nested Events with Properties
Hey all,
I've seen this post with the video of a method to bubble events to the parent artboard at runtime:
This works for things like buttons, but I have a complex slider control I made as a nested artboard. It's pretty complex with a state machine, 3 listeners, an input, and three states and I need a lot for my menu screen. The event fires when the value changes on the slider and the property of the event is set to 0-100.
Is there any way to bubble up an event with the property? It seems like the report event function in a listener should have this option if this is the intended way to handle nested events. Otherwise, it would be nice to have a function available like inputByPath or the low level API.
Hi
Thank you! That will be a great addition.