Tauri Core API - v2.6.0
    Preparing search index...

    Namespace event

    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.

    Enumerations

    TauriEvent

    Interfaces

    Event
    Options

    Type Aliases

    EventTarget
    EventCallback
    UnlistenFn
    EventName

    Functions

    listen
    once
    emit
    emitTo