Home > @jsplumbtoolkit/browser-ui-angular > jsPlumbMiniviewComponent > typeFunction
jsPlumbMiniviewComponent.typeFunction property
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.
Signature:
typeFunction: (obj: Node | Group) => string;