InteractionModeChangedEvent¶
Class InteractionModeChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- InteractionModeChangedEvent
Index
Constructors
Properties
Constructors
constructor
- new InteractionModeChangedEvent(
mode: InteractionMode,
keepColorCompareActive: boolean,
): InteractionModeChangedEvent This event signals that the interaction mode has been changed.
Parameters
- mode: InteractionMode
The new active interaction mode.
- keepColorCompareActive: boolean
Indicates if the color comparison mode should stay active.
Returns InteractionModeChangedEvent
- mode: InteractionMode
Properties
id
id: number
The unique ID of the event.
keep Color Compare Active
keepColorCompareActive: boolean
Indicates if the color comparison mode should stay active.
mode
The new active interaction mode.
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.
INTERACTION_MODE_CHANGED INTERACTION_MODE_CHANGED