workflow.basenode.recalculate.md

October 26, 2023 ยท View on GitHub

Home > @datashaper/workflow > BaseNode > recalculate

BaseNode.recalculate property

Calculate the value of this processing node. This may be invoked even if this processing node is not fully configured. recalculate() should account for this

Signature:

protected recalculate: (cause: string) => void;