Skip to main content
Version: 4.3

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.

Stay in the know

Be where thousands of diagramming enthusiasts meet

Star us on GitHub