GraphPropagationEnginePluginOptions
Options for the graph propagation plugin.
Extends
Type Parameters
ValueType
ValueType
StateType
StateType = unknown
Properties
calculators
calculators:
Record<string,Calculator<ValueType,StateType>>
Calculator functions keyed by node or group type.
property?
optionalproperty:string
Model property used for propagated values. Defaults to value.
stateProperty?
optionalstateProperty:string
Model property used for calculated node state. Defaults to computed.