TopologyPointerOutEventΒΆ

Class TopologyPointerOutEvent

Event that is fired when the mouse pointer leaves a topological entity.

Note: This event only gets fired when the viewer interaction level is set to ViewerInteractionLevel.TOPOLOGY.

Hierarchy (View Summary)

Properties

id: number

The unique ID of the event.

pointerInfo: PointerInfo

Additional pointer information.

topologyHandle: TopologyHandle

The handle of the target topological entity.

transactionCode?: string

The transaction code associated with the event.

transactionID?: number

The transaction ID associated with the event.

type?: EventType

The type of the event.