Sanity Library Reference Docs
Preparing search index...
sanity
index
ArrayOfPrimitivesFieldProps
Interface ArrayOfPrimitivesFieldProps
Hidden
interface
ArrayOfPrimitivesFieldProps
{
actions
?:
DocumentFieldAction
[]
;
changed
:
boolean
;
children
:
ReactNode
;
collapsed
?:
boolean
;
collapsible
?:
boolean
;
description
:
string
;
index
:
number
;
inputId
:
string
;
inputProps
:
ArrayOfPrimitivesInputProps
;
level
:
number
;
name
:
string
;
onCollapse
:
()
=>
void
;
onExpand
:
()
=>
void
;
path
:
Path
;
presence
:
FormNodePresence
[]
;
renderDefault
:
(
props
:
FieldProps
)
=>
Element
;
schemaType
:
ArraySchemaType
;
title
:
string
;
validation
:
FormNodeValidation
[]
;
value
:
unknown
[]
;
version
?:
string
;
}
Hierarchy (
View Summary
)
BaseFieldProps
ArrayOfPrimitivesFieldProps
Index
Properties
actions?
changed
children
collapsed?
collapsible?
description
index
input
Id
input
Props
level
name
on
Collapse
on
Expand
path
presence
render
Default
schema
Type
title
validation
value
version?
Properties
Optional
Beta
actions
actions
?:
DocumentFieldAction
[]
changed
changed
:
boolean
children
children
:
ReactNode
Optional
collapsed
collapsed
?:
boolean
Optional
collapsible
collapsible
?:
boolean
description
description
:
string
index
index
:
number
input
Id
inputId
:
string
input
Props
inputProps
:
ArrayOfPrimitivesInputProps
level
level
:
number
name
name
:
string
on
Collapse
onCollapse
:
()
=>
void
on
Expand
onExpand
:
()
=>
void
path
path
:
Path
Beta
presence
presence
:
FormNodePresence
[]
Hidden
render
Default
renderDefault
:
(
props
:
FieldProps
)
=>
Element
schema
Type
schemaType
:
ArraySchemaType
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
collapsed
collapsible
description
index
input
Id
input
Props
level
name
on
Collapse
on
Expand
path
presence
render
Default
schema
Type
title
validation
value
version
Sanity Library Reference Docs
Loading...
Hidden