boundaryManifest()
Derive a narrow v0 boundary manifest from current graph structure.
Writable source nodes are inputs; unconsumed sink nodes are outputs; interior nodes are omitted. Auto-discovered graphless describe entries are skipped because widgets need live graph handles.
Import
Section titled “Import”import { boundaryManifest } from "@graphrefly/ts/inspection/boundary";Signature
Section titled “Signature”function boundaryManifest(graph: Graph): BoundaryManifestParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
Returns
Section titled “Returns”A BoundaryManifest value.
Example
Section titled “Example”import { boundaryManifest } from "@graphrefly/ts/inspection/boundary";Source
Section titled “Source”packages/ts/src/inspection/boundary.ts