Module: DiffSyncEngine

AeroGear. DiffSyncEngine

new DiffSyncEngine(config) → {Object}

Status: Experimental
The AeroGear Differential Sync Engine.
Parameters:
Name Type Description
config Object A configuration
Properties
Name Type Argument Default Description
type String <optional>
"jsonPatch" the type of sync engine, defaults to jsonPatch
Source:
Returns:
diffSyncEngine - The created DiffSyncEngine
Type
Object

Members

<static> adapters

The adapters object is provided so that adapters can be added to the AeroGear.DiffSyncEngine namespace dynamically and still be accessible to the add method
Source: