Helpful
    Preparing search index...

    Interface IZFilterCollection

    A filter that operates on a collection of values.

    interface IZFilterCollection {
        __type__: string;
        operator: ZOperatorCollection;
        subject: string;
        values: any[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    __type__: string

    Metadata type information about this filter.

    The operator that relates the subject to something.

    subject: string

    The filed to sort by.

    values: any[]

    The values to compare the field against.