HaloHandleEventParams
Arguments passed to a Halo handle event callback.
Extends​
HaloHandleEventContext
Properties​
event​
readonly event: Event;
The originating (normalized) pointer event.
graph​
readonly graph: Graph;
The graph the cell belongs to.
model​
readonly model: Cell;
The cell the halo is attached to.
paper​
readonly paper: Paper;
The paper the halo is rendered on.
x​
readonly x: number;
Pointer x in paper-local (grid-snapped) coordinates.
y​
readonly y: number;
Pointer y in paper-local (grid-snapped) coordinates.