[][src]Module tauri::event

The event system module.

Functions

emit

Emits an event to JS.

emit_function_name

the emit JS function name

event_listeners_object_name

the event listeners JS object name

event_queue_object_name

the event queue JS object name

listen

Adds an event listener for JS events.

on_event

Triggers the given event with its payload.