Axinom Mosaic Libraries
    Preparing search index...

    Interface Notification

    interface Notification {
        body?: NotificationBody;
        options?: NotificationOptions;
        title: string;
    }
    Index

    Properties

    Properties

    Optional body of the notification

    Additional options for the notification

    title: string

    Title shown in toast messages header