@seamapi/react-query - v0.2.3
GitHub
Preparing search index...
SeamQueryProviderPropsWithClientSessionToken
Interface SeamQueryProviderPropsWithClientSessionToken
interface
SeamQueryProviderPropsWithClientSessionToken
{
children
?:
ReactNode
;
clientSessionToken
:
string
;
endpoint
?:
string
;
onSessionUpdate
?:
(
client
:
SeamHttp
)
=>
void
;
queryClient
?:
QueryClient
;
}
Hierarchy (
View Summary
)
SeamQueryProviderBaseProps
SeamQueryProviderClientOptions
SeamQueryProviderPropsWithClientSessionToken
Index
Properties
children?
client
Session
Token
endpoint?
on
Session
Update?
query
Client?
Properties
Optional
children
children
?:
ReactNode
client
Session
Token
clientSessionToken
:
string
Optional
endpoint
endpoint
?:
string
Optional
on
Session
Update
onSessionUpdate
?:
(
client
:
SeamHttp
)
=>
void
Optional
query
Client
queryClient
?:
QueryClient
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
client
Session
Token
endpoint
on
Session
Update
query
Client
GitHub
@seamapi/react-query - v0.2.3
Loading...