UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components

19 lines (18 loc) 638 B
import { AgAbstractLabel, LabelAlignment } from "./agAbstractLabel"; export declare class AgSlider extends AgAbstractLabel { private static TEMPLATE; protected eLabel: HTMLElement; private eSlider; private eText; protected labelAlignment: LabelAlignment; constructor(); private init; onValueChange(callbackFn: (newValue: number) => void): this; setSliderWidth(width: number): this; setTextFieldWidth(width: number): this; setMinValue(minValue: number): this; setMaxValue(maxValue: number): this; getValue(): string; setValue(value: string): this; setStep(step: number): this; }