item_type

AbstractItem.item_type
Domain:

client

Language:

javascript

Class:

AbstractItem()

Description

Specifies the type of the item.

Use the type attribute to get the type of the item. It can have one of the following values:

Value

Description

task

The item represents a task.

items

The item represents a collection of items.

details

The item represents a collection of detail items.

reports

The item represents a collection of reports.

item

The item represents a single item.

detail_item

The item represents a single detail item.

report

The item represents a single report.

detail

The item represents a single detail.