Vue Funnel - item

Configures funnel items' appearance.

Selector: DxItem
Type:

Object

border

Configures a funnel item's border.

Selector: DxBorder
Type:

Object

hoverStyle

Configures a funnel item's appearance when a user presses the item or hovers the mouse pointer over it.

Selector: DxHoverStyle
Type:

Object

See Also

selectionStyle

Configures a funnel item's appearance when a user selects it.

Selector: DxSelectionStyle
Type:

Object

NOTE
Though not provided out of the box, the selection capability can be implemented using the UI component's API. Refer to the onItemClick property for details.