@microsoft/fast-foundation > Slider > valueTextFormatter
Slider.valueTextFormatter property
Custom function that generates a string for the component's "aria-valuetext" attribute based on the current value.
Signature:valueTextFormatter: (value: string) => string | null;