Theia API Documentation v1.71.0
    Preparing search index...
    interface ScmHistoryItemRefsChangeEvent {
        added: readonly ScmHistoryItemRef[];
        modified: readonly ScmHistoryItemRef[];
        removed: readonly ScmHistoryItemRef[];
    }
    Index

    Properties

    added: readonly ScmHistoryItemRef[]
    modified: readonly ScmHistoryItemRef[]
    removed: readonly ScmHistoryItemRef[]