interface ICommonOptions {
    autoSizing?: boolean;
    maxHeight?: number;
    minHeight?: number;
}

Hierarchy (view full)

Properties

autoSizing?: boolean

Whether an editor should be auto resized on a content change.

Fixme

remove when https://github.com/Microsoft/monaco-editor/issues/103 is resolved

maxHeight?: number

A maximal height of an editor in lines.

Fixme

remove when https://github.com/Microsoft/monaco-editor/issues/103 is resolved

minHeight?: number

A minimal height of an editor in lines.

Fixme

remove when https://github.com/Microsoft/monaco-editor/issues/103 is resolved