Documentation - v1.2.0-alpha.10
    Preparing search index...

    Represents information about a notification.

    interface NotificationInfo {
        alert?: boolean;
        alertInMeeting?: boolean;
        externalResourceUrl?: string;
    }
    Index

    Properties

    alert?: boolean

    Indicates whether the notification is an alert.

    alertInMeeting?: boolean

    Indicates whether the alert is in a meeting.

    externalResourceUrl?: string

    The URL of the external resource.