Home > @jsplumbtoolkit/browser-ui > PinchListener
PinchListener class
Signature:
export declare class PinchListener
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the PinchListener class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| center | PointXY | ||
| eventManager | EventManager | ||
| isPointerDevice | boolean | ||
| isTouchDevice | boolean | ||
| listenerTypes | Record<string, (p: PinchListenerOptions) => void> | ||
| onPinch | Function | ||
| onPinchEnd | Function | ||
| onPinchStart | Function | ||
| radius | number | ||
| startRadius | number |
Methods
| Method | Modifiers | Description |
|---|---|---|
| destroy() |