sesaparcours
    Preparing search index...
    interface EditorOptions {
        animatedScroll: boolean;
        autoScrollEditorIntoView: boolean;
        behavioursEnabled: boolean;
        copyWithEmptySelection: boolean;
        cursorStyle: "smooth" | "ace" | "slim" | "wide";
        customScrollbar: boolean;
        displayIndentGuides: boolean;
        dragDelay: number;
        dragEnabled: boolean;
        enableAutoIndent: boolean;
        enableBasicAutocompletion: boolean | Completer[];
        enableKeyboardAccessibility: boolean;
        enableLiveAutocompletion: boolean | Completer[];
        enableMultiselect: boolean;
        enableSnippets: boolean;
        fadeFoldWidgets: boolean;
        firstLineNumber: number;
        fixedWidthGutter: boolean;
        focusTimeout: number;
        foldStyle: "manual" | "markbegin" | "markbeginend";
        fontFamily: string;
        fontSize: number;
        hasCssTransforms: boolean;
        highlightActiveLine: boolean;
        highlightGutterLine: boolean;
        highlightIndentGuides: boolean;
        highlightSelectedWord: boolean;
        hScrollBarAlwaysVisible: boolean;
        indentedSoftWrap: boolean;
        keyboardHandler: string | null;
        maxLines: number;
        maxPixelHeight: number;
        mergeUndoDeltas: boolean | "always";
        minLines: number;
        mode: string;
        navigateWithinSoftTabs: boolean;
        newLineMode: NewLineMode;
        overwrite: boolean;
        placeholder: string;
        printMargin: number | boolean;
        printMarginColumn: number;
        readOnly: boolean;
        relativeLineNumbers: boolean;
        scrollPastEnd: boolean;
        scrollSpeed: number;
        selectionStyle: string;
        session: EditSession;
        showFoldedAnnotations: boolean;
        showFoldWidgets: boolean;
        showGutter: boolean;
        showInvisibles: boolean;
        showLineNumbers: boolean;
        showPrintMargin: boolean;
        tabSize: number;
        theme: string;
        tooltipFollowsMouse: boolean;
        useSoftTabs: boolean;
        useSvgGutterIcons: boolean;
        useWorker: boolean;
        value: string;
        vScrollBarAlwaysVisible: boolean;
        wrap: number | boolean | "off" | "free" | "printmargin";
        wrapBehavioursEnabled: boolean;
        wrapMethod: "code" | "text" | "auto";
    }

    Hierarchy (View Summary)

    Index

    Properties

    animatedScroll: boolean
    autoScrollEditorIntoView: boolean
    behavioursEnabled: boolean
    copyWithEmptySelection: boolean
    cursorStyle: "smooth" | "ace" | "slim" | "wide"
    customScrollbar: boolean
    displayIndentGuides: boolean
    dragDelay: number
    dragEnabled: boolean
    enableAutoIndent: boolean
    enableBasicAutocompletion: boolean | Completer[]
    enableKeyboardAccessibility: boolean
    enableLiveAutocompletion: boolean | Completer[]
    enableMultiselect: boolean
    enableSnippets: boolean
    fadeFoldWidgets: boolean
    firstLineNumber: number
    fixedWidthGutter: boolean
    focusTimeout: number
    foldStyle: "manual" | "markbegin" | "markbeginend"
    fontFamily: string
    fontSize: number
    hasCssTransforms: boolean
    highlightActiveLine: boolean
    highlightGutterLine: boolean
    highlightIndentGuides: boolean
    highlightSelectedWord: boolean
    hScrollBarAlwaysVisible: boolean
    indentedSoftWrap: boolean
    keyboardHandler: string | null
    maxLines: number
    maxPixelHeight: number
    mergeUndoDeltas: boolean | "always"
    minLines: number
    mode: string
    navigateWithinSoftTabs: boolean
    newLineMode: NewLineMode
    overwrite: boolean
    placeholder: string
    printMargin: number | boolean
    printMarginColumn: number
    readOnly: boolean
    relativeLineNumbers: boolean
    scrollPastEnd: boolean
    scrollSpeed: number
    selectionStyle: string
    session: EditSession
    showFoldedAnnotations: boolean
    showFoldWidgets: boolean
    showGutter: boolean
    showInvisibles: boolean
    showLineNumbers: boolean
    showPrintMargin: boolean
    tabSize: number
    theme: string
    tooltipFollowsMouse: boolean
    useSoftTabs: boolean
    useSvgGutterIcons: boolean
    useWorker: boolean
    value: string
    vScrollBarAlwaysVisible: boolean
    wrap: number | boolean | "off" | "free" | "printmargin"
    wrapBehavioursEnabled: boolean
    wrapMethod: "code" | "text" | "auto"