Axinom Mosaic Libraries
    Preparing search index...

    Interface NotificationOptions

    interface NotificationOptions {
        autoClose?: number | false;
        type?: NotificationType;
    }
    Index

    Properties

    Properties

    autoClose?: number | false

    Set to false to disable auto-closing of the notification, or specify a custom timeout in milliseconds

    Type of the notification