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
edit-typeahead
(object-table
)
empty-action
(object-table
)
header-action
(object-table
column
)
marker
/ marker-query
(capture-coordinates
, display-coordinates
)
Last updated