The event system allows you to emit events to the backend and listen to events from it.
This package is also accessible with window.__TAURI__.event when app.withGlobalTauri in tauri.conf.json is set to true.
window.__TAURI__.event
app.withGlobalTauri
tauri.conf.json
true
The event system allows you to emit events to the backend and listen to events from it.
This package is also accessible with
window.__TAURI__.event
whenapp.withGlobalTauri
intauri.conf.json
is set totrue
.