Helpful
    Preparing search index...

    Class ZFilterCollectionBuilder

    Represents a builder for a collection filter.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    in: (...args: []) => ZFilterCollectionBuilder = ...

    Constructs an in filter.

    Type Declaration

    notIn: (...args: []) => ZFilterCollectionBuilder = ...

    Constructs a not in filter.

    Type Declaration

    Type: "collection"

    The type identifier for an IZFilterCollection object.

    Methods