@labkey/api
    Preparing search index...

    Interface IGetDataFilter

    interface IGetDataFilter {
        fieldKey: string[];
        type: any;
        value?: any;
    }
    Index

    Properties

    Properties

    fieldKey: string[]

    Can be a string, array of strings, or a FieldKey

    type: any

    Can be a string or a type from Types

    value?: any

    Optional depending on filter type. The value to filter on.