ViewerGizmoChangedEvent¶
Class ViewerGizmoChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- ViewerGizmoChangedEvent
Index
Constructors
Properties
Constructors
constructor
- new ViewerGizmoChangedEvent(
gizmoType: GizmoType,
viewer: ViewerAPI,
): ViewerGizmoChangedEvent The VIEWER_GIZMO_CHANGED event indicates a change to current gizmo.
Parameters
Returns ViewerGizmoChangedEvent
Properties
gizmo Type
The type of the currently visible Gizmo.
id
id: number
The unique ID of the event.
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
The viewer where the gizmo change has happened.
VIEWER_GIZMO_CHANGED VIEWER_GIZMO_CHANGED