Interface EvalOperator

Specific instance of an operator in aformula

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

Properties

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