Sanity Library Reference Docs
Preparing search index...
sanity
index
BooleanSchemaType
Interface BooleanSchemaType
interface
BooleanSchemaType
{
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
)
BaseSchemaType
BooleanSchemaType
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.