MCPcopy
hub / github.com/cweijan/vscode-database-client / DiagramConfig

Interface DiagramConfig

src/model/diagram/diagramConfig.ts:1–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface DiagramConfig {
2 name: string,
3 id: string,
4 gojsConfig: {
5 copiesArrays: boolean,
6 copiesArrayObjects: boolean,
7 nodeDataArray: [],
8 linkDataArray: []
9 }
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected