Interface MessageOptions

Options to configure the message behavior.

interface MessageOptions {
    detail?: string;
    modal?: boolean;
}

Properties

Properties

detail?: string
modal?: boolean

Indicates that this message should be modal.