Home > @jsplumbtoolkit/browser-ui-plugin-active-filtering > ActiveFilteringPlugin
ActiveFilteringPlugin class
Signature:
export declare class ActiveFilteringPlugin implements SurfacePlugin
Implements: SurfacePlugin
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| _dragHandler | (p: Connection) => any | ||
| _dragStopHandler | (a: any, e?: any) => any | ||
| _stateMap | Record<string, Vertex> | ||
| surface | Surface | ||
| toolkit | JsPlumbToolkit | ||
| type | static | string |
Methods
| Method | Modifiers | Description |
|---|---|---|
| destroy() | ||
| dragHandler(p) | ||
| dragStopHandler() | ||
| initialise(surface, options) | ||
| reset() |