Sanity Library Reference Docs
Preparing search index...
sanity
index
BaseFieldProps
Interface BaseFieldProps
Hidden
interface
BaseFieldProps
{
actions
?:
DocumentFieldAction
[]
;
changed
:
boolean
;
changedFromBaseVariant
:
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
ArrayFieldProps
ArrayOfPrimitivesFieldProps
BooleanFieldProps
NumberFieldProps
ObjectFieldProps
StringFieldProps
Index
Properties
actions?
changed
changed
From
Base
Variant
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
changed
From
Base
Variant
changedFromBaseVariant
:
boolean
Whether the field's value differs to the document's base variant.
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
changed
From
Base
Variant
children
description
index
input
Id
level
name
path
presence
render
Default
schema
Type
title
validation
value
version
Sanity Library Reference Docs
Loading...
Hidden