Skip to main content

lightyear.definesyncintegrationprops

Home > @runlightyear/lightyear > DefineSyncIntegrationProps

DefineSyncIntegrationProps interface

Signature:
interface DefineSyncIntegrationProps 

Required Properties

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

Optional Properties

PropertyModifiersTypeDescription
app?AppName
customApp?string
description?string
direction?"pull" | "push" | "bidirectional"
frequency?{ incremental?: number; full?: number; hardDelete?: number; }
synchronizer?typeof CollectionSynchronizer | ((props: SynchronizerProps) => CollectionSynchronizer)