IDrillEndEventArgs
2 Oct 20251 minute to read
Specifies the event arguments for the drill down end event of 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.
name string
Defines the name of the event.
renderItems Object[]
Defines all the items which is rendered after drill down.
treemap TreeMap
Defines the current treemap instance.