pdfrx_web
    Preparing search index...

    Interface FormCalcSpec

    A parsed AFSimple_Calculate(op, [fields]) calculation.

    interface FormCalcSpec {
        fields: readonly string[];
        op: FormCalcOp;
    }
    Index
    fields: readonly string[]

    Fully-qualified names of the operand fields.