@seamapi/react-query - v0.2.1
GitHub
Preparing search index...
SeamQueryProviderPropsWithPublishableKey
Interface SeamQueryProviderPropsWithPublishableKey
interface
SeamQueryProviderPropsWithPublishableKey
{
children
?:
ReactNode
;
endpoint
?:
string
;
isUndocumentedApiEnabled
?:
boolean
;
onSessionUpdate
?:
(
client
:
SeamHttp
)
=>
void
;
publishableKey
:
string
;
queryClient
?:
QueryClient
;
userIdentifierKey
?:
string
;
}
Hierarchy (
View Summary
)
SeamQueryProviderBaseProps
SeamQueryProviderClientOptions
SeamQueryProviderPropsWithPublishableKey
Index
Properties
children?
endpoint?
is
Undocumented
Api
Enabled?
on
Session
Update?
publishable
Key
query
Client?
user
Identifier
Key?
Properties
Optional
children
children
?:
ReactNode
Optional
endpoint
endpoint
?:
string
Optional
is
Undocumented
Api
Enabled
isUndocumentedApiEnabled
?:
boolean
Optional
on
Session
Update
onSessionUpdate
?:
(
client
:
SeamHttp
)
=>
void
publishable
Key
publishableKey
:
string
Optional
query
Client
queryClient
?:
QueryClient
Optional
user
Identifier
Key
userIdentifierKey
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
endpoint
is
Undocumented
Api
Enabled
on
Session
Update
publishable
Key
query
Client
user
Identifier
Key
GitHub
@seamapi/react-query - v0.2.1
Loading...