Sanity Library Reference Docs
Preparing search index...
@sanity/visual-editing
index
DocumentSchema
Interface DocumentSchema
interface
DocumentSchema
{
fields
:
Partial
<
Record
<
string
,
SchemaObjectField
>
>
;
icon
?:
string
;
name
:
string
;
title
?:
string
;
type
:
"document"
;
}
Index
Properties
fields
icon?
name
title?
type
Properties
fields
fields
:
Partial
<
Record
<
string
,
SchemaObjectField
>
>
Optional
icon
icon
?:
string
name
name
:
string
Optional
title
title
?:
string
type
type
:
"document"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fields
icon
name
title
type
Sanity Library Reference Docs
Loading...