UINotificationEvent¶
Class UINotificationEvent
Hierarchy
- Event
- UINotificationEvent
Index
Constructors
Accessors
Constructors
constructor
- new UINotificationEvent(
msg: string,
level: UINotificationLevel,
): UINotificationEvent Parameters
- msg: string
- level: UINotificationLevel
Returns UINotificationEvent
Accessors
level
- get level(): UINotificationLevel
Returns UINotificationLevel
message
- get message(): string
Returns string
type
- get type(): string
Returns string