Sanity Library Reference Docs
Preparing search index...
sanity
index
BooleanSchemaType
Interface BooleanSchemaType
Make all properties in T optional
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
>
;
}
;
deprecated
?:
DeprecatedProperty
;
description
?:
string
;
hidden
?:
ConditionalProperty
;
icon
?:
ComponentType
;
initialValue
?:
InitialValueProperty
<
any
,
boolean
>
;
jsonType
:
"boolean"
;
liveEdit
?:
boolean
;
name
:
string
;
options
?:
BooleanOptions
;
placeholder
?:
string
;
preview
?:
PreviewConfig
;
readOnly
?:
ConditionalProperty
;
title
?:
string
;
type
?:
SchemaType
;
validation
?:
SchemaValidationValue
;
}
Hierarchy (
View Summary
)
BaseSchemaType
BooleanSchemaType
Index
Properties
components?
deprecated?
description?
hidden?
icon?
initial
Value?
json
Type
live
Edit?
name
options?
placeholder?
preview?
read
Only?
title?
type?
validation?
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
deprecated
deprecated
?:
DeprecatedProperty
Optional
description
description
?:
string
Optional
hidden
hidden
?:
ConditionalProperty
Optional
icon
icon
?:
ComponentType
Optional
initial
Value
initialValue
?:
InitialValueProperty
<
any
,
boolean
>
json
Type
jsonType
:
"boolean"
Optional
live
Edit
liveEdit
?:
boolean
name
name
:
string
Optional
options
options
?:
BooleanOptions
Optional
placeholder
placeholder
?:
string
Deprecated
This will be removed.
Optional
preview
preview
?:
PreviewConfig
Optional
read
Only
readOnly
?:
ConditionalProperty
Optional
title
title
?:
string
Optional
type
type
?:
SchemaType
Optional
validation
validation
?:
SchemaValidationValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
deprecated
description
hidden
icon
initial
Value
json
Type
live
Edit
name
options
placeholder
preview
read
Only
title
type
validation
Sanity Library Reference Docs
Loading...
Make all properties in T optional