SettingChangedEvent¶
Class SettingChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- SettingChangedEvent
Index
Properties
Properties
id
id: number
The unique ID of the event.
new Value
newValue: any
The new value of the Setting
old Value
oldValue: any
The old value of the Setting
setting
The name of the setting that has changed.
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.
The SETTINGS_CHANGED event occurs if one of the settings is changed.