displayMessage Method

Displays a notification message.

displayMessage(severity: MessageSeverity, briefMessage: string | HTMLElement, detailedMessage?: string | HTMLElement, messageType?: DisplayMessageType): void

Parameter Type Description
severity MessageSeverity The severity of the message.
briefMessage string | HTMLElement A short message that conveys the simplest explanation of the issue.
detailedMessage string | HTMLElement An optional comprehensive message that explains the issue in detail and potentially offers a solution.
messageType DisplayMessageType The type of message. Defaults to Toast.

Returns - void

Defined in

Last Updated: 14 May, 2024