selectItems(items: Object, reset: Boolean);
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:
true. Items selection will be reset.
false. Items selection remains the same (default).
The selectItems method selects specified tree map items.
The example of use is given in the page with description of the TreeMap.selectItem method.