Search results

IItemRenderingEventArgs API in JavaScript TreeMap API control

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.

treemap

TreeMap

Defines the current treemap instance.