API reference / @evolu/common / Evolu/Internal / RelayConfig
Interface: RelayConfig
Defined in: packages/common/src/Evolu/Relay.ts:18
Extends
Extended by
Properties
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
enableLogging? | readonly | boolean | Enable or disable console logging (default: false). 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. | ConsoleConfig .enableLogging | packages/common/src/Console.ts:91 |
name? | readonly | string & Brand <"SimpleName" > | - | - | packages/common/src/Evolu/Relay.ts:19 |