NotifyMessageDetails Class

Describes a message to be displayed to the user.

Methods

Name Description
constructor(priority: OutputMessagePriority, briefMessage: HTMLElement | string, detailedMessage?: HTMLElement | string, msgType: OutputMessageType = OutputMessageType.Toast, openAlert: OutputMessageAlert = OutputMessageAlert.None): NotifyMessageDetails Constructor
@param priority The priority this message should be accorded by the NotificationManager.
 
setInputFieldTypeDetails(inputField: HTMLElement): void Set OutputMessageType.InputField message details.  
setPointerTypeDetails(viewport: HTMLElement, displayPoint: XAndY, relativePosition: RelativePosition = RelativePosition.TopRight): void Set OutputMessageType.Pointer message details.  

Properties

Name Type Description
briefMessage ConstructorProperty HTMLElement | string    
detailedMessage ConstructorProperty HTMLElement | string    
displayPoint undefined | Primitives.Point2d    
displayTime BeDuration    
inputField undefined | HTMLElement    
msgType ConstructorProperty OutputMessageType    
openAlert ConstructorProperty OutputMessageAlert    
priority ConstructorProperty OutputMessagePriority    
relativePosition RelativePosition    
viewport undefined | HTMLElement    

Defined in

Last Updated: 08 January, 2020