x4js - v2.2.49
    Preparing search index...
    interface IEditorStickyScrollOptions {
        defaultModel?:
            | "outlineModel"
            | "foldingProviderModel"
            | "indentationModel";
        enabled?: boolean;
        maxLineCount?: number;
        scrollWithEditor?: boolean;
    }
    Index
    defaultModel?: "outlineModel" | "foldingProviderModel" | "indentationModel"

    Model to choose for sticky scroll by default

    enabled?: boolean

    Enable the sticky scroll

    maxLineCount?: number

    Maximum number of sticky lines to show

    scrollWithEditor?: boolean

    Define whether to scroll sticky scroll with editor horizontal scrollbae