Home > @jsplumbtoolkit/browser-ui-plugin-lasso > LassoPlugin
LassoPlugin class
A plugin that allows the user to select multiple elements with the mouse.
Signature:
export declare class LassoPlugin implements SurfacePlugin
Implements: SurfacePlugin
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| lassoSelections | Array<any> | ||
| onEnd | Function | ||
| onSelect | Function | ||
| onStart | Function | ||
| selectionFilter | (o: Edge | Vertex) => boolean | ||
| surface | Surface | ||
| type | static | string |
Methods
| Method | Modifiers | Description |
|---|---|---|
| activated() | ||
| deactivated() | ||
| destroy() | ||
| initialise(surface, options) | ||
| reset() |