springroll-container
Version:
The iframe controller for interacting with SpringRoll applications
15 lines (9 loc) • 372 B
TypeScript
import { SliderPlugin } from '../base-plugins';
type DragThresholdScaleOptions = {
defaultValue?: number | string;
};
export class DragThresholdScalePlugin extends SliderPlugin {
constructor(dragThresholdScaleSliders?: string| HTMLElement, options: DragThresholdScaleOptions)
onDragThresholdScaleChange(e: Event): void;
get DragThresholdScaleKey(): string;
}