@seamapi/react-query - v0.2.3
GitHub
Preparing search index...
SeamQueryProviderPropsWithPublishableKey
Interface SeamQueryProviderPropsWithPublishableKey
interface
SeamQueryProviderPropsWithPublishableKey
{
children
?:
ReactNode
;
endpoint
?:
string
;
onSessionUpdate
?:
(
client
:
SeamHttp
)
=>
void
;
publishableKey
:
string
;
queryClient
?:
QueryClient
;
userIdentifierKey
?:
string
;
}
Hierarchy (
View Summary
)
SeamQueryProviderBaseProps
SeamQueryProviderClientOptions
SeamQueryProviderPropsWithPublishableKey
Index
Properties
children?
endpoint?
on
Session
Update?
publishable
Key
query
Client?
user
Identifier
Key?
Properties
Optional
children
children
?:
ReactNode
Optional
endpoint
endpoint
?:
string
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
on
Session
Update
publishable
Key
query
Client
user
Identifier
Key
GitHub
@seamapi/react-query - v0.2.3
Loading...