constructor Method
Constructor
ReactNotifyMessageDetails(priority: OutputMessagePriority, briefMessage: MessageType, detailedMessage?: MessageType, msgType: OutputMessageTypeOutputMessageType.Toast, openAlert: OutputMessageAlertOutputMessageAlert.None): ReactNotifyMessageDetails
| Parameter | Type | Description | 
|---|---|---|
| priority | OutputMessagePriority | The priority this message should be accorded by the NotificationManager. | 
| MessageType | A short message that conveys the simplest explanation of the issue. | |
| MessageType | 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 - ReactNotifyMessageDetails
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.