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

    Type Alias TrayIconEvent

    TrayIconEvent:
        | TrayIconEventBase<"Click"> & TrayIconClickEvent
        | TrayIconEventBase<"DoubleClick"> & Omit<
            TrayIconClickEvent,
            "buttonState",
        >
        | TrayIconEventBase<"Enter">
        | TrayIconEventBase<"Move">
        | TrayIconEventBase<"Leave">

    Describes a tray icon event.

    • Linux: Unsupported. The event is not emitted even though the icon is shown, the icon will still show a context menu on right click.