SettingChangedEvent#
Class SettingChangedEvent
Hierarchy
- WebVisEvent
- SettingChangedEvent
Index
Constructors
Properties
Constructors
constructor
- new
Setting Changed Event(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
-
Properties
id
id: number
new Value
new Value: any
old Value
old Value: any
setting
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
type?: EventType
SETTING_CHANGED SETTING_CHANGED