interface BeforeNodeCalculationEventData {
    inputValues: Record<string, any>;
    node: AbstractNode;
}

Properties

Properties

inputValues: Record<string, any>

Values for the node's input interfaces (key: node interface key, value: value for the node interface)

node: AbstractNode

The node that is about to be calculated