Interface IEditorPaddingOptions

Configuration options for editor padding

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

Properties

Properties

bottom?: number

Spacing between bottom edge of editor and last line.

top?: number

Spacing between top edge of editor and first line.