Skip to content

getAllPendingUpdates

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/apps/web/src/hooks/useOfflineSync.ts

Get all pending updates across all documents Useful for showing a global offline indicator

Signature

ts
function getAllPendingUpdates(): Map<string, PendingUpdate[]>

Returns: Map<string, PendingUpdate[]>

Was this page helpful?

Download as PDF