Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
react
HonuaContextValue
Interface HonuaContextValue
Value carried by
HonuaContext
: the active client and its query cache.
interface
HonuaContextValue
{
cache
:
HonuaQueryCache
;
client
:
HonuaClient
;
}
Index
Properties
cache
client
Properties
Readonly
cache
cache
:
HonuaQueryCache
Readonly
client
client
:
HonuaClient
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
client
@honua/sdk-js
Loading...
Value carried by HonuaContext: the active client and its query cache.