Photo Sphere Viewer
    Preparing search index...

    Type Alias NotificationConfig

    Configuration for Notification.show

    type NotificationConfig = {
        content: string;
        id?: string;
        timeout?: number;
    }
    Index

    Properties

    Properties

    content: string

    notification content

    id?: string

    unique identifier to use with Notification.hide and Notification.isVisible

    timeout?: number

    automatically hide the notification after X milliseconds