Sanity App SDK
Preparing search index...
@sanity/sdk
index
ProjectionValuePending
Interface ProjectionValuePending<TValue>
The result of a projection query
interface
ProjectionValuePending
<
TValue
extends
object
>
{
data
:
null
|
TValue
;
isPending
:
boolean
;
}
Type Parameters
TValue
extends
object
Index
Properties
data
is
Pending
Properties
data
data
:
null
|
TValue
is
Pending
isPending
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
is
Pending
Sanity App SDK
Loading...
The result of a projection query