SliderFieldConfigSettings interface
Signature
export interface SliderFieldConfigSettings
Import
import { SliderFieldConfigSettings } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
ariaLabelForHandle | string | |
included | boolean | |
marks | SliderMarks | |
max | number | |
min | number | |
step | number |
ariaLabelForHandle property
Signature
ariaLabelForHandle?: string;
included property
Signature
included?: boolean;
marks property
Signature
marks?: SliderMarks;
max property
Signature
max: number;
min property
Signature
min: number;
step property
Signature
step?: number;