TreeMap.fireItemsHovered

Syntax

fireItemsHovered(item: PP.Ui.TreeMapItem);

Parameters

item. Tree map item for which we need to fire the hover event.

Description

The fireItemsHovered method fires hover event for specified tree map item.

Example

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

TreeMap