tauri_sys
0.1.0
Module event
Structs
Functions
In crate tauri_sys
Module
tauri_sys
::
event
Copy item path
source
·
[
−
]
Expand description
The event system allows you to emit events to the backend and listen to events from it.
Structs
§
Event
Functions
§
emit
Emits an event to the backend.
listen
Listen to an event from the backend.
once
Listen to an one-off event from the backend.