@idpass/data-collect-core / SyncLevel
Enumeration: SyncLevel
Defined in: interfaces/types.ts:115
Synchronization levels indicating how far data has propagated through the system.
Example
const localForm: FormSubmission = {
syncLevel: SyncLevel.LOCAL, // Only on local device
// ... other properties
};
Enumeration Members
LOCAL
LOCAL:
0
Defined in: interfaces/types.ts:117
Local only - not synced anywhere
REMOTE
REMOTE:
1
Defined in: interfaces/types.ts:119
Synced with remote DataCollect server
EXTERNAL
EXTERNAL:
2
Defined in: interfaces/types.ts:121
Synced with external system (e.g. OpenSPP, SCOPE)