MCPcopy
hub / github.com/clientIO/joint / Edge

Interface Edge

packages/joint-layout-directed-graph/DirectedGraph.d.ts:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6export namespace DirectedGraph {
7
8 interface Edge {
9 minLen?: number;
10 weight?: number;
11 labelpos?: 'l' | 'c' | 'r';
12 labeloffset?: number;
13 width?: number;
14 height?: number;
15 }
16
17 interface Node {
18 width?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected