React TreeMap Types

ClickEvent

The type of the click event handler's argument.

import { ClickEvent } from "devextreme/viz/tree_map"
Type:

Object

DisposingEvent

The type of the disposing event handler's argument.

import { DisposingEvent } from "devextreme/viz/tree_map"
Type:

Object

DrawnEvent

The type of the drawn event handler's argument.

import { DrawnEvent } from "devextreme/viz/tree_map"
Type:

Object

DrillEvent

The type of the drill event handler's argument.

import { DrillEvent } from "devextreme/viz/tree_map"
Type:

Object

ExportedEvent

The type of the exported event handler's argument.

import { ExportedEvent } from "devextreme/viz/tree_map"
Type:

Object

ExportingEvent

The type of the exporting event handler's argument.

import { ExportingEvent } from "devextreme/viz/tree_map"
Type:

Object

FileSavingEvent

The type of the fileSaving event handler's argument.

import { FileSavingEvent } from "devextreme/viz/tree_map"
Type:

Object

HoverChangedEvent

The type of the hoverChanged event handler's argument.

import { HoverChangedEvent } from "devextreme/viz/tree_map"
Type:

Object

IncidentOccurredEvent

The type of the incidentOccurred event handler's argument.

import { IncidentOccurredEvent } from "devextreme/viz/tree_map"
Type:

Object

InitializedEvent

The type of the initialized event handler's argument.

import { InitializedEvent } from "devextreme/viz/tree_map"
Type:

Object

NodesInitializedEvent

The type of the nodesInitialized event handler's argument.

import { NodesInitializedEvent } from "devextreme/viz/tree_map"
Type:

Object

NodesRenderingEvent

The type of the nodesRendering event handler's argument.

import { NodesRenderingEvent } from "devextreme/viz/tree_map"
Type:

Object

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { OptionChangedEvent } from "devextreme/viz/tree_map"
Type:

Object

SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { SelectionChangedEvent } from "devextreme/viz/tree_map"
Type:

Object

Tooltip

import { Tooltip } from "devextreme/viz/tree_map"

TreeMapColorizerType

Specifies the colorizing algorithm.

Accepted Values: 'discrete' | 'gradient' | 'none' | 'range'

TreeMapLayoutAlgorithm

Specifies the layout algorithm.

Accepted Values: 'sliceanddice' | 'squarified' | 'strip'

TreeMapLayoutDirection

Specifies the direction in which the items will be laid out.

Accepted Values: 'leftBottomRightTop' | 'leftTopRightBottom' | 'rightBottomLeftTop' | 'rightTopLeftBottom'