Sanity Library Reference Docs
Preparing search index...
sanity
index
BooleanDefinition
Interface BooleanDefinition
interface
BooleanDefinition
{
components
?:
BooleanComponents
;
deprecated
?:
DeprecatedProperty
;
description
?:
string
|
Element
;
hidden
?:
ConditionalProperty
;
icon
?:
ReactNode
|
ComponentType
<
{}
>
;
initialValue
?:
InitialValueProperty
<
any
,
boolean
>
;
name
:
string
;
options
?:
BooleanOptions
;
readOnly
?:
ConditionalProperty
;
title
?:
string
;
type
:
"boolean"
;
validation
?:
ValidationBuilder
<
BooleanRule
,
boolean
>
;
}
Hierarchy (
View Summary
)
BaseSchemaDefinition
BooleanDefinition
Index
Properties
components?
deprecated?
description?
hidden?
icon?
initial
Value?
name
options?
read
Only?
title?
type
validation?
Properties
Optional
components
components
?:
BooleanComponents
Optional
deprecated
deprecated
?:
DeprecatedProperty
Optional
description
description
?:
string
|
Element
Optional
hidden
hidden
?:
ConditionalProperty
Optional
icon
icon
?:
ReactNode
|
ComponentType
<
{}
>
Optional
initial
Value
initialValue
?:
InitialValueProperty
<
any
,
boolean
>
name
name
:
string
Optional
options
options
?:
BooleanOptions
Optional
read
Only
readOnly
?:
ConditionalProperty
Optional
title
title
?:
string
type
type
:
"boolean"
Optional
validation
validation
?:
ValidationBuilder
<
BooleanRule
,
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
deprecated
description
hidden
icon
initial
Value
name
options
read
Only
title
type
validation
Sanity Library Reference Docs
Loading...