@theredhead — Frontend Library - v1.0.0
Preparing search index...
ui-kit/src/public-api
SliderTick
Interface SliderTick
A tick mark on the slider track.
value
— the numeric position on the slider scale.
label
— optional text rendered below the tick. When omitted, only a visual tick mark is shown (no label).
interface
SliderTick
{
label
?:
string
;
value
:
number
;
}
Index
Properties
label?
value
Properties
Optional
Readonly
label
label
?:
string
Readonly
value
value
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
label
value
@theredhead — Frontend Library - v1.0.0
Loading...
A tick mark on the slider track.
value— the numeric position on the slider scale.label— optional text rendered below the tick. When omitted, only a visual tick mark is shown (no label).