Skip to main content

Home > @jsplumbtoolkit/browser-ui > PanAxes

PanAxes enum

Axes in which the canvas can be panned - x, y, or both.

Signature:

export declare enum PanAxes 

Enumeration Members

MemberValueDescription
both"both"
x"x"
y"y"