API Reference / @evolu/common / Evolu/Internal / SyncConfig

Interface: SyncConfig

Defined in: packages/common/src/Evolu/Sync.ts:20

Extends

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
enableLogging?readonlybooleanEnable or disable console logging. When true, logs are output to the Console; when false, logging is disabled for all methods except error, which always outputs to ensure critical issues are not missed. Default is false.ConsoleConfig.enableLoggingpackages/common/src/Console.ts:79
onMessagereadonly(message, send) => void--packages/common/src/Evolu/Sync.ts:23
onOpenreadonly(send) => void--packages/common/src/Evolu/Sync.ts:22
syncUrlreadonlystring--packages/common/src/Evolu/Sync.ts:21

Was this page helpful?