CodeBoltConfig
Interface: CodeBoltConfig
Defined in: CodeBolt/packages/pluginSdk/src/config.ts:3
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
autoConnect? | boolean | Auto-connect on initialization | CodeBolt/packages/pluginSdk/src/config.ts:21 |
basePath | string | Base path for HTTP API | CodeBolt/packages/pluginSdk/src/config.ts:9 |
debug | boolean | Enable debug logging | CodeBolt/packages/pluginSdk/src/config.ts:19 |
defaultPreset? | ConnectionPreset | Default connection preset to use | CodeBolt/packages/pluginSdk/src/config.ts:23 |
defaultSockets? | string[] | Default sockets to connect to | CodeBolt/packages/pluginSdk/src/config.ts:25 |
excludeHighSpeed? | boolean | Exclude high-speed sockets | CodeBolt/packages/pluginSdk/src/config.ts:27 |
host | string | Server hostname | CodeBolt/packages/pluginSdk/src/config.ts:5 |
httpTimeout | number | HTTP request timeout in milliseconds | CodeBolt/packages/pluginSdk/src/config.ts:11 |
port | number | Server port | CodeBolt/packages/pluginSdk/src/config.ts:7 |
wsMaxReconnectAttempts | number | Maximum number of reconnection attempts | CodeBolt/packages/pluginSdk/src/config.ts:17 |
wsReconnect | boolean | Whether to auto-reconnect WebSocket on disconnect | CodeBolt/packages/pluginSdk/src/config.ts:13 |
wsReconnectInterval | number | Base interval between reconnection attempts in milliseconds | CodeBolt/packages/pluginSdk/src/config.ts:15 |