getAriaValueText

abstract var getAriaValueText: (value: Number, index: Number) -> String?(source)

Accepts a function which returns a string value that provides a user-friendly name for the current value of the slider. This is important for screen reader users.

Parameters

{number} index The thumb label's index to format.