Search results

IItemClickEventArgs API in JavaScript (ES5) TreeMap API control

Defines the event arguments for treemap item click event.

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.

contentItemTemplate

string

Defines the template of the treemap item which is added as custom element for the labels in the treemap.

groupIndex

number

Defines the index of the level of the current treemap item.

groupName

string

Defines the name of the parent item of the current treemap item.

item

Object

Defines the current item in the click event.

mouseEvent

PointerEvent

Defines the original mouse event arguments.

name

string

Defines the name of the event.

text

string

Defines the label of the current treemap item.

treemap

TreeMap

Defines the current treemap instance.