Skip to content

SelectionGestureEndedEvent

since v1.1.0

Event payload emitted when a selection gesture is complete.

This event fires on pointerup after a selection operation completes — whether from clicking a node/edge, box selection, or select-all.

edges: Edge<object>[]

Currently selected edges after the selection gesture


nodes: Node[]

Currently selected nodes after the selection gesture