Skip to main content

Home > @jsplumbtoolkit/browser-ui > PanZoomOptions > events

PanZoomOptions.events property

Optional map of event handlers

Signature:

events?: {
zoom?: Function;
pan?: Function;
mouseup?: Function;
mousedown?: Function;
maybeZoom?: Function;
mousemove?: Function;
transformOrigin?: Function;
};