Force a sync of remote drafts with locally stored drafts. This function will swallow all errors thrown unless true is passed for the throwError property.
true
throwError
await draftService.syncDrafts({ throwError: true, formsAppId: 1,}) Copy
await draftService.syncDrafts({ throwError: true, formsAppId: 1,})
Optional
Signal to abort the requests
The id of the OneBlink Forms App to sync drafts with
true to throw errors while syncing
Force a sync of remote drafts with locally stored drafts. This function will swallow all errors thrown unless
trueis passed for thethrowErrorproperty.Example