lightyear.definesyncintegrationprops
Home > @runlightyear/lightyear > DefineSyncIntegrationProps
DefineSyncIntegrationProps interface
Signature:interface DefineSyncIntegrationProps
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
collection | string | ||
connector | typeof AuthConnector | ((props: ConnectorProps) => AuthConnector) | ||
name | string | ||
title | string |
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
app? | AppName | ||
customApp? | string | ||
description? | string | ||
direction? | "pull" | "push" | "bidirectional" | ||
frequency? | { incremental?: number; full?: number; hardDelete?: number; } | ||
synchronizer? | typeof CollectionSynchronizer | ((props: SynchronizerProps) => CollectionSynchronizer) |