LineApplicationFieldOperand provides a method to filter items by whether they have a link to an app item.

Type parameters

  • T: TRefItem

Hierarchy

Properties

Readonly not

not: this

Logical negation.

Methods

eq

  • eq(x: null): Filter
  • The field’s value is null.

    Parameters

    • x: null

    Returns Filter

link

  • link(x: T | T[] | TRefItem | TRefItem[]): Filter
  • The app item has a link to a specified app item.

    Parameters

    • x: T | T[] | TRefItem | TRefItem[]

    Returns Filter

neq

  • neq(x: null): Filter
  • The field’s value is not null.

    Parameters

    • x: null

    Returns Filter