Skip to main content

lightyear.collectionsynchronizer

Home > @runlightyear/lightyear > CollectionSynchronizer

CollectionSynchronizer class

Signature:
declare abstract class CollectionSynchronizer 

Constructors

ConstructorModifiersDescription
(constructor)(props)Constructs a new instance of the CollectionSynchronizer class

Properties

PropertyModifiersTypeDescription
collectionstring
connectorAuthConnector
modelSynchronizers{ [name: string]: (props: ModelSynchronizerProps) => ModelSynchronizer<any>; }

Methods

MethodModifiersDescription
getDefaultModelSynchronizers()
getModel(name)
getModelOrder()
getModelSynchronizerProps(model)
sync(syncId)