Skip to main content

Function: calculateSiteSyncDelta()

calculateSiteSyncDelta(previousSites: Site[], nextSites: Site[]): SiteSyncDelta

Defined in: shared/utils/siteSyncDelta.ts:30

Calculates the delta between the previous and next site collections.

Parametersโ€‹

previousSitesโ€‹

Site[]

Snapshot before applying synchronization.

nextSitesโ€‹

Site[]

Snapshot received from synchronization.

Returnsโ€‹

SiteSyncDelta

Structured delta describing additions, removals, and updates.