Module tauri_sys::event

source ·
Expand description

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.