ConsoleProviderProps
Defined in: console-sdk/src/react/ConsoleProvider.tsx:27
Props for ConsoleProvider.
Properties
Section titled “Properties”children
Section titled “children”children:
ReactNode
Defined in: console-sdk/src/react/ConsoleProvider.tsx:37
The app subtree that consumes the SDK’s hooks.
config?
Section titled “config?”
optionalconfig?: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).