TreeMap.selectItems

Syntax

selectItems(items: Object, reset: Boolean);

Parameters

item. JSON object with the fields that correspond to IDs of tree map items to be selected.

reset. Indicates that selection of tree map items will be reset. Optional parameter. Available values:

Description

The selectItems method selects specified tree map items.

Example

The example of use is given in the page with description of the TreeMap.selectItem method.

TreeMap