AbstractAbstractshowDisplays the specified message as workbench notification.
This method requires the intention {"type": "notification"}.
Specifies the text to display, if any.
Can be text or a translation key. A translation key starts with the percent symbol (%) and may include parameters in matrix notation for text interpolation.
Optionaloptions: WorkbenchNotificationOptionsControls the appearance and behavior of the notification.
Promise that resolves when the notification is displayed, or that rejects otherwise, e.g., because of missing the intention.
Displays the microfrontend of a notification capability as workbench notification based on the given qualifier and options.
Identifies the notification capability that provides the microfrontend to show as workbench notification.
Optionaloptions: WorkbenchNotificationOptionsControls the appearance and behavior of the notification.
Promise that resolves when the notification is displayed, or that rejects otherwise, e.g., because of missing the intention
or because no notification capability was found matching the qualifier and is visible to the application.
Displays the specified message as workbench notification.
Configures content and appearance of the notification.
Optionalqualifier: QualifierIdentifies the notification capability that provides the microfrontend to show as workbench notification.
Promise that resolves when the notification is displayed or that rejects if the intention is missing or no matching notification capability is found.
Shows a notification.
A notification is a closable message displayed in the upper-right corner that disappears after a few seconds unless hovered or focused. It informs about system events, task completion, or errors. Severity indicates importance or urgency.
Notifications can be grouped. Only the most recent notification within a group is displayed.
A microfrontend provided as a
notificationcapability can be opened in a notification. The qualifier differentiates between different notification capabilities. Declaring an intention allows for opening public notification capabilities of other applications.See
WorkbenchNotificationCapability