Reference - BaklavaJS
    Preparing search index...

    Interface BeforeNodeCalculationEventData

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

    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