Sanity Library Reference Docs
Preparing search index...
sanity
index
ArrayOfObjectsComponents
Interface ArrayOfObjectsComponents
Beta
Hidden
interface
ArrayOfObjectsComponents
{
annotation
?:
ComponentType
<
BlockAnnotationProps
>
;
block
?:
ComponentType
<
BlockProps
>
;
diff
?:
ComponentType
<
any
>
;
field
?:
ComponentType
<
ArrayFieldProps
>
;
inlineBlock
?:
ComponentType
<
BlockProps
>
;
input
?:
ComponentType
<
ArrayOfObjectsInputProps
<
{
_key
:
string
}
,
ArraySchemaType
<
unknown
>
>
,
>
;
item
?:
ComponentType
<
ObjectItemProps
<
ObjectItem
>
>
;
portableText
?:
{
plugins
:
ComponentType
<
PortableTextPluginsProps
>
}
;
preview
?:
ComponentType
<
PreviewProps
<
PreviewLayoutKey
>
>
;
}
Index
Properties
annotation?
block?
diff?
field?
inline
Block?
input?
item?
portable
Text?
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
<
ArrayFieldProps
>
Optional
Beta
inline
Block
inlineBlock
?:
ComponentType
<
BlockProps
>
Optional
Beta
input
input
?:
ComponentType
<
ArrayOfObjectsInputProps
<
{
_key
:
string
}
,
ArraySchemaType
<
unknown
>
>
,
>
Optional
Beta
item
item
?:
ComponentType
<
ObjectItemProps
<
ObjectItem
>
>
Optional
Beta
portable
Text
portableText
?:
{
plugins
:
ComponentType
<
PortableTextPluginsProps
>
}
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
portable
Text
preview
Sanity Library Reference Docs
Loading...
Hidden