API Reference > imodeljs-frontend > Notifications > NotifyMessageDetails > constructor constructor Method Constructor NotifyMessageDetails(priority: OutputMessagePriority, briefMessage: string | HTMLElement, detailedMessage?: string | HTMLElement, msgType: OutputMessageType = OutputMessageType.Toast, openAlert: OutputMessageAlert = OutputMessageAlert.None): NotifyMessageDetails Parameter Type Description priority OutputMessagePriority The priority this message should be accorded by the NotificationManager. briefMessage string | HTMLElement A short message that conveys the simplest explanation of the issue. detailedMessage string | HTMLElement A comprehensive message that explains the issue in detail and potentially offers a solution. msgType OutputMessageType The type of message. openAlert OutputMessageAlert Whether an alert box should be displayed or not, and if so what kind. Returns - NotifyMessageDetails Defined in core/frontend/src/NotificationManager.ts Line 124 Last Updated: 11 June, 2024