Interface VirtualRendererOptions

interface VirtualRendererOptions {
    animatedScroll: boolean;
    customScrollbar: boolean;
    displayIndentGuides: boolean;
    fadeFoldWidgets: boolean;
    fixedWidthGutter: boolean;
    fontFamily: string;
    fontSize: number;
    hScrollBarAlwaysVisible: boolean;
    hasCssTransforms: boolean;
    highlightGutterLine: boolean;
    highlightIndentGuides: boolean;
    maxLines: number;
    maxPixelHeight: number;
    minLines: number;
    printMargin: number | boolean;
    printMarginColumn: number;
    scrollPastEnd: number;
    showFoldWidgets: boolean;
    showFoldedAnnotations: boolean;
    showGutter: boolean;
    showInvisibles: boolean;
    showLineNumbers: boolean;
    showPrintMargin: boolean;
    theme: string;
    useSvgGutterIcons: boolean;
    vScrollBarAlwaysVisible: boolean;
}

Hierarchy (view full)

Properties

animatedScroll: boolean
customScrollbar: boolean
displayIndentGuides: boolean
fadeFoldWidgets: boolean
fixedWidthGutter: boolean
fontFamily: string
fontSize: number
hScrollBarAlwaysVisible: boolean
hasCssTransforms: boolean
highlightGutterLine: boolean
highlightIndentGuides: boolean
maxLines: number
maxPixelHeight: number
minLines: number
printMargin: number | boolean
printMarginColumn: number
scrollPastEnd: number
showFoldWidgets: boolean
showFoldedAnnotations: boolean
showGutter: boolean
showInvisibles: boolean
showLineNumbers: boolean
showPrintMargin: boolean
theme: string
useSvgGutterIcons: boolean
vScrollBarAlwaysVisible: boolean

Generated using TypeDoc