Sanity Library Reference Docs
Preparing search index...
sanity
index
ArraySchemaType
Interface ArraySchemaType<V>
interface
ArraySchemaType
<
V
=
unknown
>
{
components
?:
{
annotation
?:
ComponentType
<
any
>
;
block
?:
ComponentType
<
any
>
;
diff
?:
ComponentType
<
any
>
;
field
?:
ComponentType
<
any
>
;
inlineBlock
?:
ComponentType
<
any
>
;
input
?:
ComponentType
<
any
>
;
item
?:
ComponentType
<
any
>
;
portableText
?:
{
plugins
?:
ComponentType
<
any
>
}
;
preview
?:
ComponentType
<
any
>
;
}
;
placeholder
?:
string
;
}
Type Parameters
V
=
unknown
Hierarchy (
View Summary
)
BaseSchemaType
ArraySchemaType
Index
Properties
components?
placeholder?
Properties
Optional
Beta
components
components
?:
{
annotation
?:
ComponentType
<
any
>
;
block
?:
ComponentType
<
any
>
;
diff
?:
ComponentType
<
any
>
;
field
?:
ComponentType
<
any
>
;
inlineBlock
?:
ComponentType
<
any
>
;
input
?:
ComponentType
<
any
>
;
item
?:
ComponentType
<
any
>
;
portableText
?:
{
plugins
?:
ComponentType
<
any
>
}
;
preview
?:
ComponentType
<
any
>
;
}
Optional
placeholder
placeholder
?:
string
Deprecated
This will be removed.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
placeholder
Sanity Library Reference Docs
Loading...
Deprecated
This will be removed.