Member Junction
    Preparing search index...

    A single filter condition (Kendo FilterDescriptor)

    interface FilterDescriptor {
        field: string;
        operator: FilterOperator;
        value: unknown;
    }
    Index

    Properties

    Properties

    field: string

    The field name to filter on

    operator: FilterOperator

    The filter operator

    value: unknown

    The value to filter by (type depends on field type)