Options
All
  • Public
  • Public/Protected
  • All
Menu

The interface for a {link @Slider} object item.

Type parameters

  • T

Hierarchy

  • SliderItem

Index

Properties

Properties

active

active: boolean

Indicates whether this data item is currently active i.e. selectable on the slider or not. This will be updated based on the itemActivePredicate each time this item is selected in the slider. Defaults to true.

label

label: string

The label for this slider item.

value

value: T | number

The value this slider item represents.