Helpful
    Preparing search index...

    Represents a builder for a UnaryFilter object.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    isNotNull: (...args: []) => ZFilterUnaryBuilder = ...

    Sets the operator to is null.

    Type Declaration

    isNull: (...args: []) => ZFilterUnaryBuilder = ...

    Sets the operator to is null.

    Type Declaration

    Type: "unary"

    The type identifier for an IZFilterUnary object.

    Methods