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

    Type Alias TrayIconEventBase<T>

    type TrayIconEventBase<T extends TrayIconEventType> = {
        type: T;
        id: string;
        position: dpi.PhysicalPosition;
        rect: { position: dpi.PhysicalPosition; size: dpi.PhysicalSize };
    }

    Type Parameters

    Index

    Properties

    Properties

    type: T

    The tray icon event type

    id: string

    Id of the tray icon which triggered this event.

    Physical position of the click the triggered this event.

    rect: { position: dpi.PhysicalPosition; size: dpi.PhysicalSize }

    Position and size of the tray icon.