React Funnel Types

DisposingEvent

The type of the disposing event handler's argument.

import { FunnelTypes } from "devextreme-react/funnel"
Type: FunnelTypes.DisposingEvent

DrawnEvent

The type of the drawn event handler's argument.

import { FunnelTypes } from "devextreme-react/funnel"
Type: FunnelTypes.DrawnEvent

Used in:

ExportedEvent

The type of the exported event handler's argument.

import { FunnelTypes } from "devextreme-react/funnel"
Type: FunnelTypes.ExportedEvent

ExportingEvent

The type of the exporting event handler's argument.

import { FunnelTypes } from "devextreme-react/funnel"
Type: FunnelTypes.ExportingEvent

FileSavingEvent

The type of the fileSaving event handler's argument.

import { FunnelTypes } from "devextreme-react/funnel"
Type: FunnelTypes.FileSavingEvent

FunnelAlgorithm

Specifies the algorithm for building the funnel.

Accepted Values: 'dynamicHeight' | 'dynamicSlope'

HoverChangedEvent

The type of the hoverChanged event handler's argument.

import { FunnelTypes } from "devextreme-react/funnel"
Type: FunnelTypes.HoverChangedEvent

IncidentOccurredEvent

The type of the incidentOccurred event handler's argument.

import { FunnelTypes } from "devextreme-react/funnel"
Type: FunnelTypes.IncidentOccurredEvent

InitializedEvent

The type of the initialized event handler's argument.

import { FunnelTypes } from "devextreme-react/funnel"
Type: FunnelTypes.InitializedEvent

ItemClickEvent

The type of the itemClick event handler's argument.

import { FunnelTypes } from "devextreme-react/funnel"
Type: FunnelTypes.ItemClickEvent

Legend

Configures the legend.

import { FunnelTypes } from "devextreme-react/funnel"

LegendClickEvent

The type of the legendClick event handler's argument.

import { FunnelTypes } from "devextreme-react/funnel"
Type: FunnelTypes.LegendClickEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { FunnelTypes } from "devextreme-react/funnel"
Type: FunnelTypes.OptionChangedEvent

SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { FunnelTypes } from "devextreme-react/funnel"
Type: FunnelTypes.SelectionChangedEvent

Tooltip

import { FunnelTypes } from "devextreme-react/funnel"