Sanity Library Reference Docs
Preparing search index...
sanity
index
BaseSchemaType
Interface BaseSchemaType
interface
BaseSchemaType
{
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
;
}
Hierarchy (
View Summary
)
Partial
<
DeprecationConfiguration
>
BaseSchemaType
StringSchemaType
NumberSchemaType
BooleanSchemaType
ArraySchemaType
ObjectSchemaType
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.