Home > @jsplumbtoolkit/browser-ui-angular > jsPlumbMiniviewComponent
jsPlumbMiniviewComponent class
A component that provides a miniview.
Signature:
export declare class jsPlumbMiniviewComponent
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(el, $jsplumb) | Constructs a new instance of the jsPlumbMiniviewComponent class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| elementFilter | (obj: Node | Group) => boolean | Optional filter to determine whether or not include a given vertex in the miniview | |
| surfaceId | string | ID of the surface to attach the miniview to. | |
| typeFunction | (obj: Node | Group) => string | Optional function to determine a type for each vertex, which is then written as an attribute onto the DOM element representing the vertex in the miniview. |