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