Skip to main content
GraphPropagationEnginePluginOptions
Options for the graph propagation plugin.
NameTypeDescription
calculatorsRecord<string,Calculator<ValueType,StateType>>Calculator functions keyed by node or group type.
property?stringModel property used for propagated values. Defaults to value.
stateProperty?stringModel property used for calculated node state. Defaults to computed.