Sanity Library Reference Docs
Preparing search index...
sanity
index
BaseFieldProps
Interface BaseFieldProps
Hidden
interface
BaseFieldProps
{
actions
?:
DocumentFieldAction
[]
;
changed
:
boolean
;
children
:
ReactNode
;
description
:
string
;
index
:
number
;
inputId
:
string
;
level
:
number
;
name
:
string
;
path
:
Path
;
presence
:
FormNodePresence
[]
;
renderDefault
:
(
props
:
FieldProps
)
=>
Element
;
schemaType
:
SchemaType
;
title
:
string
;
validation
:
FormNodeValidation
[]
;
value
:
unknown
;
version
?:
string
;
}
Hierarchy (
View Summary
)
BaseFieldProps
ObjectFieldProps
ArrayFieldProps
ArrayOfPrimitivesFieldProps
NumberFieldProps
BooleanFieldProps
StringFieldProps
Index
Properties
actions?
changed
children
description
index
input
Id
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
level
level
:
number
name
name
:
string
path
path
:
Path
Beta
presence
presence
:
FormNodePresence
[]
Hidden
render
Default
renderDefault
:
(
props
:
FieldProps
)
=>
Element
schema
Type
schemaType
:
SchemaType
title
title
:
string
validation
validation
:
FormNodeValidation
[]
value
value
:
unknown
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
level
name
path
presence
render
Default
schema
Type
title
validation
value
version
Sanity Library Reference Docs
Loading...
Hidden