Module tauri_wasm::api::event
source · Expand description
§Event bindings
The event system allows you to emit events to the backend and listen to events from it.
Structs§
Functions§
- Emits an event to the backend.
- Listen to an event from the backend.
- Listen to an one-off event from the backend.