Skip to main content
NodeEvaluation<ValueType,StateType>
Type Parameters
ValueTypeDefines the type of the node's output values.
StateTypeDefines the type of the node's internal state.
Result returned by a node calculator.
{
  outputs:Record<string,ValueType | undefined>,
  state:StateType
}