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

    Interface DataFilterOperator

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

    Properties

    type: string
    name: string
    operandSchema: any