Skip to main content

Interface: SyncProgressUpdate

Progress update data sent during sync operations.

Remarks

This interface provides real-time feedback about sync progress, enabling UI updates and progress tracking. The stats object is a snapshot of current progress and will be updated as the sync proceeds.

Properties

currentCard

readonly currentCard: RoadmapCard;

The card currently being processed


currentIndex

readonly currentIndex: number;

Zero-based index of the card currently being processed


dryRun

readonly dryRun: boolean;

Whether this is a dry run (no changes applied)


errors

readonly errors: readonly SyncError[];

List of errors that have occurred during synchronization


stats

readonly stats: object;

Current sync statistics (snapshot)

NameType
archivednumber
creatednumber
errorsnumber
totalnumber
updatednumber

totalCards

readonly totalCards: number;

Total number of cards to process in this sync