@seamapi/react-query - v0.2.1
GitHub
Preparing search index...
SeamQueryProviderPropsWithConsoleSessionToken
Interface SeamQueryProviderPropsWithConsoleSessionToken
interface
SeamQueryProviderPropsWithConsoleSessionToken
{
children
?:
ReactNode
;
consoleSessionToken
:
string
;
endpoint
?:
string
;
isUndocumentedApiEnabled
?:
boolean
;
onSessionUpdate
?:
(
client
:
SeamHttp
)
=>
void
;
queryClient
?:
QueryClient
;
workspaceId
?:
string
;
}
Hierarchy (
View Summary
)
SeamQueryProviderBaseProps
SeamQueryProviderClientOptions
SeamQueryProviderPropsWithConsoleSessionToken
Index
Properties
children?
console
Session
Token
endpoint?
is
Undocumented
Api
Enabled?
on
Session
Update?
query
Client?
workspace
Id?
Properties
Optional
children
children
?:
ReactNode
console
Session
Token
consoleSessionToken
:
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
Optional
workspace
Id
workspaceId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
console
Session
Token
endpoint
is
Undocumented
Api
Enabled
on
Session
Update
query
Client
workspace
Id
GitHub
@seamapi/react-query - v0.2.1
Loading...