Skip to content
PACKAGES

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 { boundaryManifest } from "@graphrefly/ts/inspection/boundary";
function boundaryManifest(graph: Graph): BoundaryManifest
ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.

A BoundaryManifest value.

import { boundaryManifest } from "@graphrefly/ts/inspection/boundary";

packages/ts/src/inspection/boundary.ts