Module stencilsets/network

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:

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;

Index

Classes

Variables

Generated using TypeDoc