React Funnel Interfaces

This section describes interfaces that the Funnel component uses.

FunnelLegendItem

An object that provides information about a legend item in the Funnel UI component.

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

See Also