@tauri-apps/plugin-notification - v2.3.0
    Preparing search index...

    Interface ActiveNotification

    interface ActiveNotification {
        id: number;
        tag?: string;
        title?: string;
        body?: string;
        group?: string;
        groupSummary: boolean;
        data: Record<string, string>;
        extra: Record<string, unknown>;
        attachments: Attachment[];
        actionTypeId?: string;
        schedule?: Schedule;
        sound?: string;
    }
    Index

    Properties

    id: number
    tag?: string
    title?: string
    body?: string
    group?: string
    groupSummary: boolean
    data: Record<string, string>
    extra: Record<string, unknown>
    attachments: Attachment[]
    actionTypeId?: string
    schedule?: Schedule
    sound?: string