Sanity Library Reference Docs
Preparing search index...
sanity
index
CrossDatasetReferenceComponents
Interface CrossDatasetReferenceComponents
Beta
Hidden
interface
CrossDatasetReferenceComponents
{
annotation
?:
ComponentType
<
BlockAnnotationProps
>
;
block
?:
ComponentType
<
BlockProps
>
;
diff
?:
ComponentType
<
any
>
;
field
?:
ComponentType
<
ObjectFieldProps
<
CrossDatasetReferenceValue
>
>
;
inlineBlock
?:
ComponentType
<
BlockProps
>
;
input
?:
ComponentType
<
CrossDatasetReferenceInputProps
>
;
item
?:
ComponentType
<
ObjectItemProps
<
CrossDatasetReferenceValue
&
ObjectItem
>
,
>
;
preview
?:
ComponentType
<
PreviewProps
<
PreviewLayoutKey
>
>
;
}
Index
Properties
annotation?
block?
diff?
field?
inline
Block?
input?
item?
preview?
Properties
Optional
Beta
annotation
annotation
?:
ComponentType
<
BlockAnnotationProps
>
Optional
Beta
block
block
?:
ComponentType
<
BlockProps
>
Optional
Beta
diff
diff
?:
ComponentType
<
any
>
Optional
Beta
field
field
?:
ComponentType
<
ObjectFieldProps
<
CrossDatasetReferenceValue
>
>
Optional
Beta
inline
Block
inlineBlock
?:
ComponentType
<
BlockProps
>
Optional
Beta
input
input
?:
ComponentType
<
CrossDatasetReferenceInputProps
>
Optional
Beta
item
item
?:
ComponentType
<
ObjectItemProps
<
CrossDatasetReferenceValue
&
ObjectItem
>
>
Optional
Beta
preview
preview
?:
ComponentType
<
PreviewProps
<
PreviewLayoutKey
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
annotation
block
diff
field
inline
Block
input
item
preview
Sanity Library Reference Docs
Loading...
Hidden