Helpful
    Preparing search index...

    Represents a builder for a logic filter.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    and: (...args: []) => ZFilterLogicBuilder = ...

    Sets the operator to and.

    Type Declaration

    or: (...args: []) => ZFilterLogicBuilder = ...

    Sets the operator to or.

    Type Declaration

    Type: "logic"

    The type identifier for an IZFilterLogic object.

    Methods