NotificationEvent¶
Class NotificationEvent
Hierarchy (View Summary)
- WebVisEvent
- NotificationEvent
Index
Constructors
Properties
Constructors
constructor
- new NotificationEvent(
message: string,
notificationLevel: string,
): NotificationEvent Parameters
- message: string
The notification message.
- notificationLevel: string
The level of the notification.
Returns NotificationEvent
- message: string
Properties
id
id: number
The unique ID of the event.
message
message: string
The notification message.
notification Level
notificationLevel: string
The level of the notification.
Optional
transaction Code
transactionCode?: string
The transaction code associated with the event.
Optional
transactionID
transactionID?: number
The transaction ID associated with the event.
Optional
type
The type of the event.
NOTIFICATION NOTIFICATION