Theia API Documentation v1.65.0
    Preparing search index...
    interface ContentLinesArrayLike {
        "[iterator]": () => IterableIterator<string>;
        getLineContent: (line: number) => string;
        length: number;
        readonly [n: number]: string;
    }

    Hierarchy (View Summary)

    Indexable

    • readonly [n: number]: string
    Index

    Properties

    "[iterator]": () => IterableIterator<string>
    getLineContent: (line: number) => string
    length: number