RefItemFieldOperand provides a method to filter items based on whether they have a link to an item of an arbitrary app.

Type parameters

  • T: TRefItem

Hierarchy

Properties

Readonly not

not: this

Logical negation.

Methods

eq

  • The field’s value is equal to the one of another field or constant, or it is undefined.

    Parameters

    Returns Filter

in

  • The field is included in a Many/Multiple type field as an item.

    Parameters

    Returns Filter

neq

  • The field’s value is not equal to another field or constant, or it is undefined.

    Parameters

    Returns Filter