Static
confirmDisplays a confirm message.
The message body.
Optional
title: stringThe title of the message.
Optional
primaryCommand: stringThe label of the confirm button.
Optional
secondaryCommand: stringThe label of the cancel button.
Static
errorDisplays an error message.
The message body.
Optional
title: string[optional] the title of the message; if not provided, the title gets the default value "error" (in the current language).
Static
infoDisplays an info message.
The message body.
Optional
title: string[optional] the title of the message; if not provided, the title gets the default value "info" (in the current language).
The messages class displays messages of different types (info, error) to the user.