Skip to main content

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?​

optional property: string

Model property used for propagated values. Defaults to value.


stateProperty?​

optional stateProperty: string

Model property used for calculated node state. Defaults to computed.