Theia API Documentation v1.69.0
    Preparing search index...
    interface TerminalBuffer {
        length: number;
        getLines(start: number, length: number, trimRight?: boolean): string[];
    }
    Index

    Properties

    Methods

    Properties

    length: number

    Methods

    • Parameters

      • start: number

        zero based index of the first line to return

      • length: number

        the max number or lines to return

      • OptionaltrimRight: boolean

        if true, removes trailing whitespaces used for terminal grid alignment

      Returns string[]