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