Theia API Documentation v1.75.0
    Preparing search index...
    interface HistoryGraphEntry {
        graphRow: GraphRow;
        isCurrent: boolean;
        item: ScmHistoryItem;
    }
    Index

    Properties

    graphRow: GraphRow
    isCurrent: boolean

    True when this item is the commit the current history item ref points at (HEAD).