SettingChangedEvent¶
Class SettingChangedEvent
Hierarchy (View Summary)
- WebVisEvent- SettingChangedEvent
 
Properties
id
id: number
The unique ID of the event.
new
newValue: any
The new value of the Setting
old
oldValue: any
The old value of the Setting
setting
The name of the setting that has changed.
Optionaltransaction
transactionCode?: string
The transaction code associated with the event.
OptionaltransactionID
transactionID?: number
The transaction ID associated with the event.
Optionaltype
The type of the event.
The SETTINGS_CHANGED event occurs if one of the settings is changed.