Home > @jsplumbtoolkit/browser-ui-plugin-pan-buttons > PanButtonsPlugin
PanButtonsPlugin class
Signature:
export declare class PanButtonsPlugin implements SurfacePlugin
Implements: SurfacePlugin
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| _panButtons | Array<HTMLDivElement> | ||
| _repeatTimer | number | ||
| _startTimer | number | ||
| currentPanButton | any | ||
| eventManager | any | ||
| panDistance | number | ||
| panRepeatDistance | number | ||
| panRepeatInterval | number | ||
| panZoom | PanZoom | ||
| startPanTimeout | number | ||
| surface | Surface | ||
| type | static | string |
Methods
| Method | Modifiers | Description |
|---|---|---|
| destroy() | ||
| initialise(surface, options) | ||
| reset() |