IResizeEventArgs

2 Oct 20251 minute to read

Specifies the event arguments available for resize 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.

currentSize Size

Defines the size of the treemap after resizing the window.

name string

Defines the name of the event.

previousSize Size

Defines the size of the treemap before resizing the window.

treemap TreeMap

Defines the treemap instance.