Optional
displayThe optional duration in seconds that the popup will remain visible. If not provided, the notification will remain visible until the user closes it themselves.
Optional
icon?: string | IconRelativePathThe optional icon for the notification. If specified, it is either an image encoded as data URL string, or a path relative to the location where the given component is located. The component name should follow the same conventions as UISpec in case of tabs and dialogs.
The main message content of the notification.
The title of the notification.
Represents a notification popup that can be shown to the user.