BubbleTree.fireItemsHovered

Syntax

fireItemsHovered(item: Object);

Parameters

item. Object for which the ItemsHovered event is fired. Optional parameter.

Description

The fireItemsHovered method invokes the ItemsHovered event for a specified object.

Example

The example of use is given in the page with description of the BubbleTree.hoverItems property.

BubbleTree