springroll-container
Version:
The iframe controller for interacting with SpringRoll applications
14 lines (9 loc) • 319 B
TypeScript
import { SliderPlugin } from '../base-plugins';
type LayersPluginOptions = {
defaultValue?: number | string;
};
export class LayersPlugin extends SliderPlugin {
constructor(layersSliders?: string| HTMLElement, options: LayersPluginOptions)
onLayerValueChange(e: Event): void;
get LayerValueKey(): string;
}