• Preparing search index...
  • The search index is not available
Theia TypeDoc
  • Theia TypeDoc
  • plugin-ext
  • diffMaps

Function diffMaps

  • diffMaps<K, V>(before, after): {
        added: V[];
        removed: V[];
    }
  • Type Parameters

    • K
    • V

    Parameters

    • before: Map<K, V>
    • after: Map<K, V>

    Returns {
        added: V[];
        removed: V[];
    }

    • added: V[]
    • removed: V[]
    • Defined in packages/plugin-ext/src/common/collections.ts:39

Settings

Member Visibility

Theme

Theia TypeDoc
  • Loading...