Sanity App SDK
Preparing search index...
@sanity/sdk
index
FetcherStore
Interface FetcherStore<TParams, TData>
Internal helper type
interface
FetcherStore
<
TParams
extends
unknown
[]
,
TData
>
{
getState
:
BoundStoreAction
<
FetcherStoreState
<
TParams
,
TData
>
,
TParams
,
StateSource
<
undefined
|
TData
>
,
>
;
resolveState
:
BoundStoreAction
<
FetcherStoreState
<
TParams
,
TData
>
,
TParams
,
Promise
<
TData
>
,
>
;
}
Type Parameters
TParams
extends
unknown
[]
TData
Index
Properties
get
State
resolve
State
Properties
get
State
getState
:
BoundStoreAction
<
FetcherStoreState
<
TParams
,
TData
>
,
TParams
,
StateSource
<
undefined
|
TData
>
,
>
resolve
State
resolveState
:
BoundStoreAction
<
FetcherStoreState
<
TParams
,
TData
>
,
TParams
,
Promise
<
TData
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
State
resolve
State
Sanity App SDK
Loading...
Internal helper type