NotificationInfo interface
Represents information about a notification.
Properties
| alert | Indicates whether the notification is an alert. |
| alert |
Indicates whether the alert is in a meeting. |
| external |
The URL of the external resource. |
Property Details
alert
Indicates whether the notification is an alert.
alert?: boolean
Property Value
boolean
alertInMeeting
Indicates whether the alert is in a meeting.
alertInMeeting?: boolean
Property Value
boolean
externalResourceUrl
The URL of the external resource.
externalResourceUrl?: string
Property Value
string