Membrane React - v0.2.1
    Preparing search index...

    Interface EvalOperator

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

    Properties

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