TreeModel.getItem

Syntax

getItem(index: String);

Parameters

index. Index of the returned item.

Description

The getItem method returns data model item by its index.

Comments

This method returns a PP.Ui.TreeItem value.

Example

The example of use is given in the page with description of the TreeModel.ActiveItem property .

See also:

TreeModel