Skip to main content

Interface: GraphNodeRecord

Defined in: packages/core/src/graph/graph.ts:168

A Processable that also exposes its edges.

Only graph implements this. Every other primitive's edges are implied by how it composes, so they have nothing to add here — which is why this is a graph-specific extension rather than a member of Processable.

Properties

dependencies

dependencies: readonly string[]

Defined in: packages/core/src/graph/graph.ts:171


id

id: string

Defined in: packages/core/src/graph/graph.ts:169


label

label: string

Defined in: packages/core/src/graph/graph.ts:170


processable?

optional processable?: Processable<unknown, unknown>

Defined in: packages/core/src/graph/graph.ts:172


source?

optional source?: string

Defined in: packages/core/src/graph/graph.ts:173