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