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

    Interface Action

    interface Action {
        id: string;
        title: string;
        requiresAuthentication?: boolean;
        foreground?: boolean;
        destructive?: boolean;
        input?: boolean;
        inputButtonTitle?: string;
        inputPlaceholder?: string;
    }
    Index

    Properties

    id: string
    title: string
    requiresAuthentication?: boolean
    foreground?: boolean
    destructive?: boolean
    input?: boolean
    inputButtonTitle?: string
    inputPlaceholder?: string