API Reference / @evolu/common / Evolu/Internal / SyncConfig
Interface: SyncConfig
Defined in: packages/common/src/Evolu/Sync.ts:20
Extends
Properties
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
enableLogging? | readonly | boolean | Enable 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 .enableLogging | packages/common/src/Console.ts:79 |
onMessage | readonly | (message , send ) => void | - | - | packages/common/src/Evolu/Sync.ts:23 |
onOpen | readonly | (send ) => void | - | - | packages/common/src/Evolu/Sync.ts:22 |
syncUrl | readonly | string | - | - | packages/common/src/Evolu/Sync.ts:21 |