tridion-sites-extensions-api-docs

Home > @tridion-sites/models > SynchronizationResult

SynchronizationResult class

Signature:

export declare class SynchronizationResult

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, synchronizationActions, synchronizedItem })   Constructs a new instance of the SynchronizationResult class

Properties

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.