Theia API Documentation v1.65.0
    Preparing search index...
    interface ScmCommitNode {
        authorAvatar: string;
        commitDetails: ScmHistoryCommit;
        expanded: boolean;
        fileChangeNodes: ScmFileChangeNode[];
        selected: boolean;
    }
    Index

    Properties

    authorAvatar: string
    commitDetails: ScmHistoryCommit
    expanded: boolean
    fileChangeNodes: ScmFileChangeNode[]
    selected: boolean