Helpful
    Preparing search index...

    Interface IZFilterSubject<TOperator>

    Represents a filter with an operator and contains a subject on a given target.

    interface IZFilterSubject<TOperator> {
        __type__: string;
        operator: TOperator;
        subject: string;
    }

    Type Parameters

    • TOperator

    Hierarchy (View Summary)

    Index

    Properties

    __type__: string

    Metadata type information about this filter.

    operator: TOperator

    The operator that relates the subject to something.

    subject: string

    The filed to sort by.