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