Theia API Documentation v1.75.0
    Preparing search index...
    interface ChangeTreeFileRow {
        change: ScmHistoryItemChange;
        depth: number;
        index: number;
        path: string;
        type: "file";
    }

    Hierarchy (View Summary)

    Index

    Properties

    depth: number

    Nesting level, used for indentation.

    index: number

    Position of the change in the list it came from, so row keys stay stable.

    path: string

    Repo-relative path of the row; the expansion key for folders.

    type: "file"