Skip to main content

Interface: SiteSyncDelta

Defined in: shared/types/stateSync.ts:196

Structured delta describing how the site collection changed during a sync.

Propertiesโ€‹

addedSitesโ€‹

addedSites: Site[]

Defined in: shared/types/stateSync.ts:198

Collection of newly added sites.


removedSiteIdentifiersโ€‹

removedSiteIdentifiers: string[]

Defined in: shared/types/stateSync.ts:200

Identifiers corresponding to removed sites.


updatedSitesโ€‹

updatedSites: SiteSyncDeltaUpdatedSite[]

Defined in: shared/types/stateSync.ts:202

Detailed snapshots for sites that changed between syncs.