TreeItem

Description

TreeItem is an object type for internal use and supports the concept of hierarchical relationships ("trees"). Nested objects, such as projects, workflows, and folders inherit from TreeItem so they can support the following methods. TreeItem objects are never merely of type TreeItem; they must be a subtype of TreeItem.

Inheritance

AppRecord -> TreeItem

Properties

Property Type Description

SubList

TreeList

List of all TreeItem objects that are children of this TreeItem.

Methods

Related Topics

Object Types

Working with Application Objects

Ext.CreateAppRecord()