Module stencilsets/mindmap

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:

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;

Index

Classes

Variables

Generated using TypeDoc