Skip to content

ConsoleProviderProps

Defined in: console-sdk/src/react/ConsoleProvider.tsx:27

Props for ConsoleProvider.

children: ReactNode

Defined in: console-sdk/src/react/ConsoleProvider.tsx:37

The app subtree that consumes the SDK’s hooks.


optional config?: ConsoleConfig

Defined in: console-sdk/src/react/ConsoleProvider.tsx:35

The branded configuration from createConsoleConfig(). Defaults to createConsoleConfig() — zero config IS the config. Config identity is the provider’s key: passing a NEW ConsoleConfig object tears the old runtime down (graceful detach, session abandonment, transport dispose) and builds a fresh one (SDK_PLAN.md §3.1.3).