IItemHighlightEventArgs

2 Oct 20251 minute to read

Specifies the event arguments available when the item is highlighted 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.

elements Element[]

Defines the current highlighted elements.

items Object[]

Defines the current item which is highlighted.

name string

Defines the name of the event.

treemap TreeMap

Defines the current treemap instance.