Module stencilsets/flowchart

The flowchart stencilset represents all the stencils, connectors, and editors need to create and view Flowcharts.

Import the module into your project like this:

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;

Index

Classes

Variables

Generated using TypeDoc