OptionalabortSignal?: AbortSignalSignal to abort the requests
The id of the OneBlink Forms App to sync drafts with
OptionalpriorityFn?: PriorityFnFunction used to determine the order of the draft downloads. It is expected to return a negative value if the first argument is less than the second argument, zero if they're equal, and a positive value otherwise.
OptionalthrowError?: booleantrue 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