x4js - v2.2.49
    Preparing search index...

    Configuration options for editor padding

    interface IEditorPaddingOptions {
        bottom?: number;
        top?: number;
    }
    Index
    bottom?: number

    Spacing between bottom edge of editor and last line.

    top?: number

    Spacing between top edge of editor and first line.