Search results

IItemMoveEventArgs API in JavaScript (ES5) TreeMap API control

Specifies the event arguments available on performing mouse move on the treemap items.

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.

item

Object

Defines the current item move.

mouseEvent

PointerEvent

Defines the original mouse event arguments.

name

string

Defines the name of the event.

treemap

TreeMap

Defines the current treemap instance.