Interface ClientProviderProps
Less than 1 minute
Interface ClientProviderProps
Declared in
packages/sdk/react-client/src/client/ClientContext.tsx
Properties
children
Type: ReactNode
client
Type: Client | Provider<Promise<Client>>
Client object or async provider to enable to caller to do custom initialization.
Most apps won't need this.
config
Type: Config | Provider<Promise<Config>>
Config object or async provider.
fallback
Type: FunctionComponent<Partial<ClientContextProps>>
ReactNode to display until the client is available.
onInitialized
Type: function
services
Type: function