Home > @jsplumbtoolkit/browser-ui-plugin-miniview > MiniviewPluginOptions
MiniviewPluginOptions interface
Signature:
export interface MiniviewPluginOptions extends SurfacePluginOptions
Extends: SurfacePluginOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| collapsible? | boolean | (Optional) | |
| container | Element | ||
| elementFilter? | (v: Vertex) => boolean | (Optional) | |
| enableWheelZoom? | boolean | (Optional) | |
| suspended? | boolean | (Optional) | |
| typeFunction? | (v: Node | Group) => string | (Optional) | |
| visible? | boolean | (Optional) | |
| wheelReverse? | boolean | (Optional) | |
| wheelSensitivity? | number | (Optional) |