Skip to main content

Interface: SyncCapabilities

Defined in: packages/sdk/src/types/app-connection-types.ts:429

Properties

conflictModes

conflictModes: ConflictPolicyMode[]

Defined in: packages/sdk/src/types/app-connection-types.ts:431


entityDirections

entityDirections: Record<string, ("inbound" | "outbound")[]>

Defined in: packages/sdk/src/types/app-connection-types.ts:437

Per-entity direction constraints. Missing key = both directions allowed.


inboundTargets

inboundTargets: string[]

Defined in: packages/sdk/src/types/app-connection-types.ts:433


matchStrategies

matchStrategies: MatchStrategyMode[]

Defined in: packages/sdk/src/types/app-connection-types.ts:430


supportedEntityTypes

supportedEntityTypes: SyncEntityType[]

Defined in: packages/sdk/src/types/app-connection-types.ts:432


supportsClear

supportsClear: boolean

Defined in: packages/sdk/src/types/app-connection-types.ts:435


supportsNoteTask

supportsNoteTask: boolean

Defined in: packages/sdk/src/types/app-connection-types.ts:434