Skip to content

Interface: DependencyEdge

Defined in: graph-trace.ts:37

One consumer's latest-run reads.

Properties

cell

cell: string

Defined in: graph-trace.ts:39

The consuming cell's name.


reads

reads: DependencyRead[]

Defined in: graph-trace.ts:41

Everything its deps read on the most recent evaluation, in read order.