Skip to main content

Home > @jsplumbtoolkit/browser-ui-angular > jsPlumbMiniviewComponent

jsPlumbMiniviewComponent class

A component that provides a miniview.

Signature:

export declare class jsPlumbMiniviewComponent 

Constructors

ConstructorModifiersDescription
(constructor)(el, $jsplumb)Constructs a new instance of the jsPlumbMiniviewComponent class

Properties

PropertyModifiersTypeDescription
elementFilter(obj: Node | Group) => booleanOptional filter to determine whether or not include a given vertex in the miniview
surfaceIdstringID of the surface to attach the miniview to.
typeFunction(obj: Node | Group) => stringOptional 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.