Theia API Documentation v1.71.0
    Preparing search index...

    Interface SourceControlHistoryItemRefsChangeEvent

    interface SourceControlHistoryItemRefsChangeEvent {
        added: readonly SourceControlHistoryItemRef[];
        modified: readonly SourceControlHistoryItemRef[];
        removed: readonly SourceControlHistoryItemRef[];
    }
    Index

    Properties

    added: readonly SourceControlHistoryItemRef[]
    modified: readonly SourceControlHistoryItemRef[]
    removed: readonly SourceControlHistoryItemRef[]