Interface InternalEditorScrollbarOptions

interface InternalEditorScrollbarOptions {
    alwaysConsumeMouseWheel: boolean;
    arrowSize: number;
    handleMouseWheel: boolean;
    horizontal: ScrollbarVisibility;
    horizontalHasArrows: boolean;
    horizontalScrollbarSize: number;
    horizontalSliderSize: number;
    ignoreHorizontalScrollbarInContentHeight: boolean;
    scrollByPage: boolean;
    useShadows: boolean;
    vertical: ScrollbarVisibility;
    verticalHasArrows: boolean;
    verticalScrollbarSize: number;
    verticalSliderSize: number;
}

Properties

alwaysConsumeMouseWheel: boolean
arrowSize: number
handleMouseWheel: boolean
horizontalHasArrows: boolean
horizontalScrollbarSize: number
horizontalSliderSize: number
ignoreHorizontalScrollbarInContentHeight: boolean
scrollByPage: boolean
useShadows: boolean
verticalHasArrows: boolean
verticalScrollbarSize: number
verticalSliderSize: number