reconcile
Generic types: | T DATA CREATE_DATA |
No documentation has been provided.
Presentation
function reconcile (
liveCollection: LiveCollection <T, DATA, CREATE_DATA>,
newCollection: DATA[],
trackByFn: TrackByFunction <DATA>,
): void;
Returns
void
Parameters
Name | Type | Description |
---|---|---|
liveCollection |
| |
newCollection | DATA[] | |
trackByFn |
|
Overloads
Overload #1 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
No documentation has been provided. | ||||||||||||
Presentation
| ||||||||||||
Parameters
Returnsvoid |
Overload #2 | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No documentation has been provided. | ||||||||||||||||||
Presentation
| ||||||||||||||||||
Parameters
Returnsvoid |