Events
Application Triggers
Last updated
Was this helpful?
Application Triggers
Last updated
Was this helpful?
Uncodie uses an Event propagation system that lets any component subscribe to triggers with different origins and use cases, you can create your events as well.
Open the Plugin in Figma
Select the layer or component you want to add an Event
In the Actions section click on "+" and select your new action from the list
You can add inline javascript by clicking on the "<>" button
Choose the trigger for your Action
Click on Save
This events are related to every user and app execution
Add this trigger to any event related to a normal click-to action in a layer or element
Add this trigger to events like hovering in a layer or button
Add this event to layers to return their states to normal or to track special events when the mouse leaving a layer
This trigger will have an argument with the key pressed
This trigger will have an argument with the key pressed
Use this trigger when an element loses its focus, normally an input or a buttón
Use this trigger to add events related to a component rendering on the screen.
To create a custom event you required to register your event in a script manifest, for more information see: