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

Interface Node

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

Source from the content-addressed store, hash-verified

15 }
16
17 interface Node {
18 width?: number;
19 height?: number;
20 }
21
22 interface DagreNodeProperties {
23 order?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected