Sanity Library Reference Docs
Preparing search index...
sanity
index
BooleanFieldProps
Interface BooleanFieldProps
Hidden
interface
BooleanFieldProps
{
actions
?:
DocumentFieldAction
[]
;
changed
:
boolean
;
children
:
ReactNode
;
description
:
string
;
index
:
number
;
inputId
:
string
;
inputProps
:
BooleanInputProps
;
level
:
number
;
name
:
string
;
path
:
Path
;
presence
:
FormNodePresence
[]
;
renderDefault
:
(
props
:
FieldProps
)
=>
Element
;
schemaType
:
BooleanSchemaType
;
title
:
string
;
validation
:
FormNodeValidation
[]
;
value
:
boolean
;
version
?:
string
;
}
Hierarchy (
View Summary
)
BaseFieldProps
BooleanFieldProps
Index
Properties
actions?
changed
children
description
index
input
Id
input
Props
level
name
path
presence
render
Default
schema
Type
title
validation
value
version?
Properties
Optional
Beta
actions
actions
?:
DocumentFieldAction
[]
changed
changed
:
boolean
children
children
:
ReactNode
description
description
:
string
index
index
:
number
input
Id
inputId
:
string
input
Props
inputProps
:
BooleanInputProps
level
level
:
number
name
name
:
string
path
path
:
Path
Beta
presence
presence
:
FormNodePresence
[]
Hidden
render
Default
renderDefault
:
(
props
:
FieldProps
)
=>
Element
schema
Type
schemaType
:
BooleanSchemaType
title
title
:
string
validation
validation
:
FormNodeValidation
[]
value
value
:
boolean
Optional
version
version
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
changed
children
description
index
input
Id
input
Props
level
name
path
presence
render
Default
schema
Type
title
validation
value
version
Sanity Library Reference Docs
Loading...
Hidden