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