Sanity Library Reference Docs
Preparing search index...
sanity
structure
EditReferenceOptions
Interface EditReferenceOptions
Beta
Hidden
interface
EditReferenceOptions
{
id
:
string
;
parentRefPath
:
Path
;
template
:
{
id
:
string
;
params
?:
Record
<
string
,
string
|
number
|
boolean
>
;
}
;
type
:
string
;
version
?:
string
;
}
Index
Properties
id
parent
Ref
Path
template
type
version?
Properties
Beta
id
id
:
string
Beta
parent
Ref
Path
parentRefPath
:
Path
Beta
template
template
:
{
id
:
string
;
params
?:
Record
<
string
,
string
|
number
|
boolean
>
}
Beta
type
type
:
string
Optional
Beta
version
version
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
parent
Ref
Path
template
type
version
Sanity Library Reference Docs
Loading...
Hidden