MessageItem

interface MessageItem(source)

Represents an action that is shown with an information, warning, or error message.

See also

showInformationMessage

window.showInformationMessage

showWarningMessage

window.showWarningMessage

showErrorMessage

window.showErrorMessage

Online Documentation

Properties

Link copied to clipboard
abstract var isCloseAffordance: Boolean?

A hint for modal dialogs that the item should be triggered when the user cancels the dialog (e.g. by pressing the ESC key).

Link copied to clipboard
abstract var title: String

A short title like 'Retry', 'Open Log' etc.