Action & Trigger Datatypes
datatype | Example | Description |
---|---|---|
action | () => void | Represents an Openexus actions value; which is some behavior (or code) that can be executed. Actions work in conjunction with triggers to provide interactivity for nodes. For more information see Actions & Triggers. |
trigger | Represents an Openexus trigger value; which is a property that executes some action when a specific type of event occurs. For more information see Actions & Triggers. |