Home > @tridion-sites/models > SynchronizationResult
Signature:
export declare class SynchronizationResult
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, synchronizationActions, synchronizedItem }) | Constructs a new instance of the SynchronizationResult class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendSynchronizationResult | ||
getInternalModel | () => BackendSynchronizationResult | ||
synchronizationActions | ReadonlyArray<SynchronizationAction> | undefined | Collection of SynchronizationAction objects containing all applied changes. |
|
synchronizedItem | IdentifiableObject | undefined | The IdentifiableObject with synchronized content and/or metadata. |