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

    Interface DataFilterOperator

    interface DataFilterOperator {
        type: string;
        name: string;
        operandSchema: any;
    }
    Index

    Properties

    type: string
    name: string
    operandSchema: any