constructor Method

Constructor @param priority The priority this message should be accorded by the NotificationManager. @param briefMsg A short message that conveys the simplest explanation of the issue. @param detailedMsg A comprehensive message that explains the issue in detail and potentially offers a solution. @param msgType The type of message. @param openAlert Whether an alert box should be displayed or not, and if so what kind.

NotifyMessageDetails(priority: OutputMessagePriority, briefMessage: HTMLElement | string, detailedMessage?: HTMLElement | string, msgType: OutputMessageType = OutputMessageType.Toast, openAlert: OutputMessageAlert = OutputMessageAlert.None): NotifyMessageDetails

Parameter Type Description
priority OutputMessagePriority  
briefMessage HTMLElement | string  
detailedMessage HTMLElement | string  
msgType OutputMessageType  
openAlert OutputMessageAlert  

Defined in

Last Updated: 08 January, 2020