@formstack/forms-renderer
    Preparing search index...

    Type Alias TCalculationNode

    type TCalculationNode = {
        calculation?: TCalculationNode[];
        fieldId?: string;
        fieldLabel?: string;
        value?: string;
    }
    Index

    Properties

    calculation?: TCalculationNode[]
    fieldId?: string
    fieldLabel?: string
    value?: string