Interface IMergeData<T, K>

Author

Martin Karkowski

Email

m.karkowski@zema.de

Create

date 2021-11-23 12:31:01

Modify

date 2021-11-23 12:31:01

Desc

[description]

Type Parameters

  • T = any

  • K = any

Hierarchy

Properties

Methods

Properties

The simplified data. A simple List, containing only the Values for all Keys.

onChange: INopeEventEmitter<{
    added: T[];
    removed: T[];
}, {
    added: T[];
    removed: T[];
}, {
    added: T[];
    removed: T[];
}, IEventAdditionalData>

Event Emitter, which is called on changes, with the removed and Added Items.

originalData: K

The Original Data.

Methods

Generated using TypeDoc