tauri_
sys
0.1.0
Module event
Module Items
Structs
Functions
In crate tauri_
sys
tauri_sys
Module
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.