ViewerSettingChangedEvent#
Class ViewerSettingChangedEvent
Hierarchy
- WebVisEvent
- ViewerSettingChangedEvent
 
Constructors
Properties
Constructors
constructor
- new Viewer Setting Changed Event(viewerSetting, value, viewer): ViewerSettingChangedEvent 
- 
The VIEWER_SETTING_CHANGED event occurs if one of the settings is changed. Parameters- 
viewerSetting: stringThe name of the setting that has changed. 
- 
value: anyThe new value of the setting. 
- 
viewer: ViewerAPIThe viewer on which the setting was changed. 
 Returns ViewerSettingChangedEvent
- 
Properties
id
id: number
Optional transaction
transaction
Optional transactionID
transactionID?: number
Optional type
value
value: any
The new value of the setting.
viewer
The viewer on which the setting was changed.
viewer
viewer
The name of the setting that has changed.
VIEWER_SETTING_CHANGED VIEWER_SETTING_CHANGED