JS/TS Events
JourneyApps provides some basic events that are triggered on interaction with certain UI components. The event attribute specifies a JavaScript/TypeScript function to be called when the event is triggered, e.g.
on-press="$:myJSFunction()"
Below is a summary of the currently supported events per component. Follow an event's hyperlink to the component's syntax reference for more details.
UI Component | Event |
---|---|
| |
| |
| |
| |
| |
| |
|
Last modified 8mo ago