The mindmap stencilset represents all the stencils, connectors, and editors need to create and view Mind Maps.
mindmap
Import the module into your project like this:
import * as mindmap from "@markerjs/mjs-diagram/stencilsets/mindmap/mindmap"; Copy
import * as mindmap from "@markerjs/mjs-diagram/stencilsets/mindmap/mindmap";
Then assign the DiagramViewer.stencilSet or DiagramEditor.stencilEditorSet like this:
viewer.stencilSet = mindmap.mindMapStencilSet;editor.stencilEditorSet = mindmap.mindMapStencilEditorSet; Copy
viewer.stencilSet = mindmap.mindMapStencilSet;editor.stencilEditorSet = mindmap.mindMapStencilEditorSet;
Generated using TypeDoc
The
mindmap
stencilset represents all the stencils, connectors, and editors need to create and view Mind Maps.Import the module into your project like this:
Then assign the DiagramViewer.stencilSet or DiagramEditor.stencilEditorSet like this: