Theia API Documentation v1.65.0
    Preparing search index...
    interface ICommonOptions {
        autoSizing?: boolean;
        maxHeight?: number;
        minHeight?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoSizing?: boolean

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

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

    maxHeight?: number

    A maximal height of an editor in lines.

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

    minHeight?: number

    A minimal height of an editor in lines.

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