IItemSelectedEventArgs

2 Oct 20251 minute to read

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

contentItemTemplate string

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

elements Element[]

Specifies the current selected elements.

items Object[]

Specifies the current selected item.

name string

Defines the name of the event.

text string

Defines the label of the current selected item.

treemap TreeMap

Defines the current treemap instance.