Search results

IItemClickEventArgs API in Angular TreeMap API component

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 used to add it in the treemap control.

groupIndex

number

Defines the level of the current treemap item.

groupName

string

Defines the parent name 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 header name of the current treemap item.

treemap

TreeMap

Defines the current treemap instance.