Options to configure the behavior of the message.

@link window.showInformationMessage showInformationMessage} @link window.showWarningMessage showWarningMessage} @link window.showErrorMessage showErrorMessage}

See also:

  • {

  • {

  • {

Fields

@:optionaloptionalmodal:Null<Bool>

Indicates that this message should be modal.

@:optionaloptionaldetail:Null<String>

Human-readable detail message that is rendered less prominent. Note that detail is only shown for {@link MessageOptions.modal modal} messages.