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
Member | Value | Description |
---|---|---|
both | "both" | |
x | "x" | |
y | "y" |
Home > @jsplumbtoolkit/browser-ui > PanAxes
Axes in which the canvas can be panned - x, y, or both.
Signature:
export declare enum PanAxes
Member | Value | Description |
---|---|---|
both | "both" | |
x | "x" | |
y | "y" |