Shows a Yes/No confirmation dialog.
Optionaloptions: ConfirmOptionstrue if Yes was clicked (or previously remembered), false for
No or dismissal (Escape)
Shows an error notification, optionally with action buttons.
Optionaloptions: NotifyOptions<T>Shows an information notification, optionally with action buttons.
Optionaloptions: NotifyOptions<T>Shows a warning notification, optionally with action buttons.
Optionaloptions: NotifyOptions<T>
Severity-tagged notifications and confirmation dialogs.
Reached through the Notifications token, or straight off a handler's
context.notify— the same instance either way.Every member resolves to what the user chose, not to a string: an action carries its own
value, so branching on the result needs no comparison against a label that a translation will change.