IItemRenderingEventArgs
2 Oct 20251 minute to read
Specifies the event arguments in item rendering event in treemap.
Properties
RenderItems Object[]
Defines all the items for rendering.
cancel boolean
Specifies the cancel state for the event. The default value is false.
If set as true, the event progress will be stopped.
currentItem Object
Defines the current rendering item.
name string
Defines the name of the event.
options Object
Defines the options for the treemap item rendering.
text string
Defines the label of the treemap item.
textColor string
Defines the text color of the TreeMap item.
treemap TreeMap
Defines the current treemap instance.