Frame for one direct dependency, with the dep's own recursive lineage.

interface DepFrame {
    contributedAt: number;
    explanation: Explanation;
    node: string;
}

Properties

contributedAt: number

GraphTime at which the dep last produced its current value.

explanation: Explanation

Recursive lineage rooted at the dep.

node: string

The dep node's id.