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

    Type Alias TrayIconClickEvent

    type TrayIconClickEvent = {
        button: MouseButton;
        buttonState: MouseButtonState;
    }
    Index

    Properties

    Properties

    button: MouseButton

    Mouse button that triggered this event.

    buttonState: MouseButtonState

    Mouse button state when this event was triggered.