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

    Interface Attachment

    Attachment of a notification.

    interface Attachment {
        id: string;
        url: string;
    }
    Index

    Properties

    Properties

    id: string

    Attachment identifier.

    url: string

    Attachment URL. Accepts the asset and file protocols.