Skip to main content

lightyear.definesyncactionprops

Home > @runlightyear/lightyear > DefineSyncActionProps

DefineSyncActionProps interface

Signature:
interface DefineSyncActionProps 

Required Properties

PropertyModifiersTypeDescription
collectionstring
connectortypeof AuthConnector | ((props: ConnectorProps$1) => AuthConnector)
namestring
titlestring

Optional Properties

PropertyModifiersTypeDescription
app?AppName
customApp?string
frequency?{ incremental?: number; full?: number; hardDelete?: number; }
synchronizer?typeof CollectionSynchronizer | ((props: SynchronizerProps$1) => CollectionSynchronizer)