UNPKG

survey-core

Version:

survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.

14 lines (13 loc) 411 B
export declare class ScrollViewModel { private _containerElementValue; private _scrollbarElement; private _containerBodyElement; private _scrollbarSizerElement; private _containerBodyResizeObserver; private _lockScroll; constructor(); setRootElement(element: HTMLElement): void; onScrollContainer(): void; onScrollScrollbar(): void; unsubscribeRootElement(): void; }