Theia API Documentation v1.65.0
    Preparing search index...

    The dimensions of a terminal.

    interface TerminalDimensions {
        columns: number;
        rows: number;
    }
    Index

    Properties

    Properties

    columns: number

    The number of columns of the terminal.

    rows: number

    The number of rows of the terminal.