MessageOptions

Options to configure the behavior of the message.

See also

showInformationMessage

window.showInformationMessage

showWarningMessage

window.showWarningMessage

showErrorMessage

window.showErrorMessage

Online Documentation

Properties

Link copied to clipboard
abstract var detail: String?

Human-readable detail message that is rendered less prominent. Note that detail is only shown for modal messages.

Link copied to clipboard
abstract var modal: Boolean?

Indicates that this message should be modal.