LWT JavaScript API
    Preparing search index...

    Notification message.

    interface Notification {
        id: string;
        message: string;
        timeout?: number;
        type: "error" | "warning" | "info" | "success";
    }
    Index

    Properties

    Properties

    id: string
    message: string
    timeout?: number
    type: "error" | "warning" | "info" | "success"