From 5fbe006809a4ccff643e2fa952233cadc0407e47 Mon Sep 17 00:00:00 2001 From: b-ma Date: Tue, 30 Jan 2024 13:10:06 +0100 Subject: [PATCH] doc: update plugins --- plugins/sync.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/sync.md b/plugins/sync.md index 4f3ee15..da3c3e4 100644 --- a/plugins/sync.md +++ b/plugins/sync.md @@ -207,6 +207,8 @@ Available options: the plugin starts. - `[onReport=null]` {Function} - Function to execute when the synchronization reports some statistics. +- `[syncOptions={}]` {Object} - Options to pass to the underlying sync client + cf. @link{https://github.com/ircam-ismm/sync?tab=readme-ov-file#new_SyncClient_new} **Example** ```js