@uservane/react: UserVaneProviderProps
Type Alias: UserVaneProviderProps
Section titled “Type Alias: UserVaneProviderProps”UserVaneProviderProps =
object
Defined in: react/src/provider.tsx:9
Properties
Section titled “Properties”apiBase?
Section titled “apiBase?”
optionalapiBase?:string
Defined in: react/src/provider.tsx:13
API origin. Defaults inside @uservane/browser.
apiKey
Section titled “apiKey”apiKey:
string
Defined in: react/src/provider.tsx:11
Publishable key, e.g. uv_pk_live_.... Mapped to browser init({ key }).
children
Section titled “children”children:
ReactNode
Defined in: react/src/provider.tsx:16
debug?
Section titled “debug?”
optionaldebug?:boolean
Defined in: react/src/provider.tsx:15
When true, the browser SDK logs decision rationale; boundary logs caught render errors.