MCPcopy
hub / github.com/pascalorg/editor / PascalSceneGraph

Interface PascalSceneGraph

packages/ifc-converter/src/index.ts:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26export type PascalNode = AnyNode
27
28export interface PascalSceneGraph {
29 nodes: Record<AnyNodeId, AnyNode>
30 rootNodeIds: AnyNodeId[]
31 collections?: Record<string, unknown>
32}
33
34// Pascal's BaseNode.metadata is typed as `JSONType` (z.json()) — a loose
35// JSON value. The converter writes a fixed shape; this typed accessor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…