Helpful
    Preparing search index...

    Interface IZFilterOperator<TOperator>

    Represents a filter that contains a given operator.

    interface IZFilterOperator<TOperator> {
        __type__: string;
        operator: TOperator;
    }

    Type Parameters

    • TOperator

      The type of the operator.

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    __type__: string

    Metadata type information about this filter.

    operator: TOperator

    The operator that relates the subject to something.