Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskSearchCaseQuery

Defines the way tasks case is queried.

[id]{@link TaskSearchCaseQuery#id} takes precedence over [title]{@link TaskSearchCaseQuery#title} in case both attributes are defined.

Hierarchy

  • TaskSearchCaseQuery

Index

Properties

Properties

id?: string

Returned tasks must be of case with the specified case ID.

title?: string

Returned tasks must be of case that contains the specified string in its title.

Generated using TypeDoc