packages/components/eui-slider/eui-slider.component.ts
Represents the value structure for the slider component. Contains start value and optional end value for range selection.
Properties |
| end |
end:
|
Type : number | null
|
| Optional |
|
The ending value of the slider when in range mode, null otherwise |
| start |
start:
|
Type : number
|
|
The starting value of the slider or the single value in non-range mode |