Vue Funnel Types

DisposingEvent

The type of the disposing event handler's argument.

import { DxFunnelTypes } from "devextreme-vue/funnel"
Type: DxFunnelTypes.DisposingEvent

DrawnEvent

The type of the drawn event handler's argument.

import { DxFunnelTypes } from "devextreme-vue/funnel"
Type: DxFunnelTypes.DrawnEvent

Used in:

ExportedEvent

The type of the exported event handler's argument.

import { DxFunnelTypes } from "devextreme-vue/funnel"
Type: DxFunnelTypes.ExportedEvent

ExportingEvent

The type of the exporting event handler's argument.

import { DxFunnelTypes } from "devextreme-vue/funnel"
Type: DxFunnelTypes.ExportingEvent

FileSavingEvent

The type of the fileSaving event handler's argument.

import { DxFunnelTypes } from "devextreme-vue/funnel"
Type: DxFunnelTypes.FileSavingEvent

FunnelAlgorithm

Specifies the algorithm for building the funnel.

Accepted Values: 'dynamicHeight' | 'dynamicSlope'

HoverChangedEvent

The type of the hoverChanged event handler's argument.

import { DxFunnelTypes } from "devextreme-vue/funnel"
Type: DxFunnelTypes.HoverChangedEvent

IncidentOccurredEvent

The type of the incidentOccurred event handler's argument.

import { DxFunnelTypes } from "devextreme-vue/funnel"
Type: DxFunnelTypes.IncidentOccurredEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxFunnelTypes } from "devextreme-vue/funnel"
Type: DxFunnelTypes.InitializedEvent

ItemClickEvent

The type of the itemClick event handler's argument.

import { DxFunnelTypes } from "devextreme-vue/funnel"
Type: DxFunnelTypes.ItemClickEvent

Legend

Configures the legend.

import { DxFunnelTypes } from "devextreme-vue/funnel"

LegendClickEvent

The type of the legendClick event handler's argument.

import { DxFunnelTypes } from "devextreme-vue/funnel"
Type: DxFunnelTypes.LegendClickEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxFunnelTypes } from "devextreme-vue/funnel"
Type: DxFunnelTypes.OptionChangedEvent

SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { DxFunnelTypes } from "devextreme-vue/funnel"
Type: DxFunnelTypes.SelectionChangedEvent

Tooltip

import { DxFunnelTypes } from "devextreme-vue/funnel"