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
SETTING_CHANGED SETTING_CHANGED