Slider
Since 2.0.0Examples
Basic
Marker
Trace
Error
API
Properties
Name
Description and specifications
disabled
Show control as disabled
Attribute:
disabledType:
booleanDefault:
falseerror
Show error state and message
Attribute:
errorType:
boolean | string | undefinedmarker
Define tick marker on the slider. Marker has to be within slider min/max
Type:
number[] | undefinedmax
Maximum slider value
Attribute:
maxType:
numberDefault:
100min
Minimum slider value
Attribute:
minType:
numberDefault:
0step
Legal number intervals
Attribute:
stepType:
numberDefault:
1trace
Show a trace line
Attribute:
traceType:
booleanDefault:
falsetraceReference
Define the start point of the trace line
Attribute:
trace-referenceType:
numberDefault:
0value
Current value of the slider
Attribute:
valueType:
numberDefault:
0Events
Name
Description and specifications
valueChange
Detail:
numberSlots
Name
Description and specifications
label-end
Element will be displayed at the end of the slider
label-start
Element will be displayed at the start of the slider