@seamapi/react-query - v0.2.1
GitHub
Preparing search index...
SeamQueryProviderPropsWithClientSessionToken
Interface SeamQueryProviderPropsWithClientSessionToken
interface
SeamQueryProviderPropsWithClientSessionToken
{
children
?:
ReactNode
;
clientSessionToken
:
string
;
endpoint
?:
string
;
isUndocumentedApiEnabled
?:
boolean
;
onSessionUpdate
?:
(
client
:
SeamHttp
)
=>
void
;
queryClient
?:
QueryClient
;
}
Hierarchy (
View Summary
)
SeamQueryProviderBaseProps
SeamQueryProviderClientOptions
SeamQueryProviderPropsWithClientSessionToken
Index
Properties
children?
client
Session
Token
endpoint?
is
Undocumented
Api
Enabled?
on
Session
Update?
query
Client?
Properties
Optional
children
children
?:
ReactNode
client
Session
Token
clientSessionToken
:
string
Optional
endpoint
endpoint
?:
string
Optional
is
Undocumented
Api
Enabled
isUndocumentedApiEnabled
?:
boolean
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
is
Undocumented
Api
Enabled
on
Session
Update
query
Client
GitHub
@seamapi/react-query - v0.2.1
Loading...