Search results

ITreeMapTooltipRenderEventArgs API in Angular TreeMap API component

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.

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.