GraphReFlyTS

API Reference

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

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

Signature

function boundaryManifest(graph: Graph): BoundaryManifest

Parameters

ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.

Returns

A BoundaryManifest value.

Example

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

Source

packages/ts/src/inspection/boundary.ts