ViewerMagnifierChangedEvent¶
Class ViewerMagnifierChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- ViewerMagnifierChangedEvent
Index
Constructors
Properties
Constructors
constructor
- new ViewerMagnifierChangedEvent(
properties: ViewerMagnifierProperties,
viewer: ViewerAPI,
): ViewerMagnifierChangedEvent This event occurs if one or more properties of the viewers magnifier change.
Parameters
- properties: ViewerMagnifierProperties
An object with the changed properties.
- viewer: ViewerAPI
Reference to the related Viewer.
Returns ViewerMagnifierChangedEvent
- properties: ViewerMagnifierProperties
Properties
id
id: number
The unique ID of the event.
properties
An object with the changed properties.
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.
viewer
Reference to the related Viewer.
VIEWER_MAGNIFIER_CHANGED