SettingChangedEvent¶
Class SettingChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- SettingChangedEvent
Index
Constructors
Properties
Constructors
constructor
- new SettingChangedEvent(
setting: ViewerSettingStrings | SettingStrings,
newValue: any,
oldValue: any,
): SettingChangedEvent The SETTINGS_CHANGED event occurs if one of the settings is changed.
Parameters
- setting: ViewerSettingStrings | SettingStrings
The name of the setting that has changed.
- newValue: any
The new value of the Setting
- oldValue: any
The old value of the Setting
Returns SettingChangedEvent
- setting: ViewerSettingStrings | SettingStrings
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.
SETTING_CHANGED SETTING_CHANGED