Integration App SDK - v1.14.0
    Preparing search index...

    Interface EvalOperator

    Specific instance of an operator in aformula

    interface EvalOperator {
        key: string;
        name: string;
        operandSchema: any;
        hasOperand: boolean;
    }
    Index

    Properties

    key: string
    name: string
    operandSchema: any
    hasOperand: boolean