Sanity Library Reference Docs
Preparing search index...
sanity
index
FormDocumentValue
Interface FormDocumentValue
This represents the shape of the root value sanity forms expect
Hidden
interface
FormDocumentValue
{
_id
:
string
;
_type
:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
_id
_type
Properties
_id
_id
:
string
_type
_type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_id
_type
Sanity Library Reference Docs
Loading...
This represents the shape of the root value sanity forms expect
Hidden