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

    Interface ActionType

    interface ActionType {
        id: string;
        actions: Action[];
        hiddenPreviewsBodyPlaceholder?: string;
        customDismissAction?: boolean;
        allowInCarPlay?: boolean;
        hiddenPreviewsShowTitle?: boolean;
        hiddenPreviewsShowSubtitle?: boolean;
    }
    Index

    Properties

    id: string

    The identifier of this action type

    actions: Action[]

    The list of associated actions

    hiddenPreviewsBodyPlaceholder?: string
    customDismissAction?: boolean
    allowInCarPlay?: boolean
    hiddenPreviewsShowTitle?: boolean
    hiddenPreviewsShowSubtitle?: boolean