SelectionHandleEventParams
Params passed to a selection handle event callback.
Extends
SelectionHandleEventContext
Properties
collection
readonly collection: Collection<Cell<Attributes<Selectors>, ModelSetOptions>>;
Stable collection of selected cells.
event
readonly event: Event;
The originating (normalized) pointer event.
graph
readonly graph: Graph;
The graph backing the paper.
paper
readonly paper: Paper;
The paper the selection is attached to.
x
readonly x: number;
Pointer x in paper-local (grid-snapped) coordinates.
y
readonly y: number;
Pointer y in paper-local (grid-snapped) coordinates.