Skip to main content

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

PanZoomOptions.filter property

Optional filter that will be called on down event, with the event target and the event. Returning true from this function means the widget should respond to the event.

Signature:

filter?: Function;