Skip to content

RevTurbineProvider

RevTurbineProvider(__namedParameters): any

React context provider for the RevTurbine SDK.

Wraps your application to provide SDK access to all child components. Handles initialization, user identification, and optional placement bootstrap.

RevTurbineProviderProps

any

<RevTurbineProvider
options={{ tenantId: 'abc', apiKey: 'key', endpoint: '/api', mode: 'react', user: { id: 'user_123' } }}
>
<App />
</RevTurbineProvider>