Static
confirmDisplays a confirm message. If the user confirms (user has clicked on the primary button), the promise returns an object with the id 'confirm'; otherwise the user canceled the confirm dialog.
Optional
title: stringThe title of the message.
Optional
primaryCommand: stringThe label of the confirm button.
Optional
secondaryCommand: stringStatic
errorStatic
infoGenerated using TypeDoc
The messages class displays messages of different types (info, error) to the user.