UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

13 lines (12 loc) 456 B
export declare class ScrollbarStyleHandler { private readonly _styleElementId; private readonly _scrollbarStyle; private _isCustomScrollbarStyleEnabled; constructor(); get isCustomScrollbarStyleEnabled(): boolean; set isCustomScrollbarStyleEnabled(value: boolean); private _updateScrollbarStyle; private _enableCustomScrollbarStyle; private _disableCustomScrollbarStyle; private _createScrollbarStyle; }