Skip to main content

Home > git-documentdb > Sync > runBeforeLiveSync

Sync.runBeforeLiveSync property#

runBeforeLiveSync

This function is executed just before each automated(live) synchronization event is queued. Set undefined to stop it.

Signature:
runBeforeLiveSync: (() => void) | undefined;