ITreeMapTooltipRenderEventArgs

2 Oct 20251 minute to read

Specifies the event arguments available when the tooltip is rendered in the treemap.

Properties

cancel boolean

Specifies the cancel state for the event. The default value is false.
If set as true, the event progress will be stopped.

element Element

Defines the element of the current item on which tooltip is rendered.

eventArgs PointerEvent

Defines the original mouse event arguments.

item Object

Defines the current treemap item in which the tooltip appears.

name string

Defines the name of the event.

options Object

Defines the options for customizing the tooltip.

treemap TreeMap

Defines the current treemap instance.