ViewerSettingChangedEventΒΆ
Class ViewerSettingChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- ViewerSettingChangedEvent
Index
Properties
Properties
id
id: number
The unique ID of the event.
Optionaltransaction Code
transactionCode?: string
The transaction code associated with the event.
Optionaltransaction ID
transactionID?: number
The transaction ID associated with the event.
Optionaltype
The type of the event.
value
value: any
The new value of the setting
viewer
The viewer in which the setting was changed
viewer Setting
viewerSetting: string
The name of the setting that has changed
Event that is fired when a viewer setting is changed. The event contains the name of the setting that was changed and the new value of the setting as well as the viewer in which the setting was changed.
See