Notification
is a
datatype for a notification.
Table: Notification
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 26, 2024 | |||||
dismissable | boolean | yes | Long-Term | Whether the notification is dismissable. | |
id | string | yes | Long-Term | The unique identifier for the notification. | |
link | string | Long-Term | Link accompanying the notification. | ||
linkDescription | string | yes | Long-Term | A description for the link. | |
message | string | yes | Long-Term | The message for the notification. | |
severity | NotificationSeverity | yes | Long-Term | The severity of the notification. See NotificationSeverity . | |
title | string | yes | Long-Term | The title or heading of the notification. | |
type | NotificationTypes | yes | Long-Term | The type of the notification. See NotificationTypes . |