workflow.nodestats.md
April 14, 2023 ยท View on GitHub
Home > @datashaper/workflow > NodeStats
NodeStats interface
An interface for node statistics.
Signature:
export interface NodeStats
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | NodeId | The unique identifier for this node | |
| recalculationCauses | Record<string, number> | Specific causes of recalculations | |
| recalculations | number | The number of times this node has been recalculated | |
| version | number | The number of times this node's value has changed |