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

    Interface CollectionDelta<K, T>

    interface CollectionDelta<K, T> {
        added?: T[];
        removed?: K[];
    }

    Type Parameters

    • K
    • T
    Index

    Properties

    Properties

    added?: T[]
    removed?: K[]