Sanity Library Reference Docs
Preparing search index...
sanity
structure
StructureNode
Interface StructureNode
Interface for the structure builder node.
interface
StructureNode
{
i18n
?:
I18nTextRecord
<
"title"
>
;
id
:
string
;
title
?:
string
;
type
?:
string
;
}
Hierarchy (
View Summary
)
StructureNode
Component
ComponentInput
BaseGenericList
GenericListInput
DocumentNode
EditorNode
Index
Properties
i18n?
id
title?
type?
Properties
Optional
i18n
i18n
?:
I18nTextRecord
<
"title"
>
id
id
:
string
Node ID
Optional
title
title
?:
string
Node ID
Optional
type
type
?:
string
Node type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
i18n
id
title
type
Sanity Library Reference Docs
Loading...
Interface for the structure builder node.