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

PropertyModifiersTypeDescription
idNodeIdThe unique identifier for this node
recalculationCausesRecord<string, number>Specific causes of recalculations
recalculationsnumberThe number of times this node has been recalculated
versionnumberThe number of times this node's value has changed

Contents

  1. 1NodeStats interface
  2. 2Properties