markmv - v1.26.2
Preparing search index...
<internal>
LinkNode
Interface LinkNode
interface
LinkNode
{
type
:
"image"
|
"link"
|
"linkReference"
|
"imageReference"
;
url
?:
string
;
title
?:
null
|
string
;
alt
?:
null
|
string
;
identifier
?:
string
;
referenceType
?:
"full"
|
"collapsed"
|
"shortcut"
;
children
?:
{
type
:
string
;
value
?:
string
}
[]
;
}
Hierarchy
Node
LinkNode
Index
Properties
type
url?
title?
alt?
identifier?
reference
Type?
children?
Properties
type
type
:
"image"
|
"link"
|
"linkReference"
|
"imageReference"
Node type.
Optional
url
url
?:
string
Optional
title
title
?:
null
|
string
Optional
alt
alt
?:
null
|
string
Optional
identifier
identifier
?:
string
Optional
reference
Type
referenceType
?:
"full"
|
"collapsed"
|
"shortcut"
Optional
children
children
?:
{
type
:
string
;
value
?:
string
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
url
title
alt
identifier
reference
Type
children
markmv - v1.26.2
Loading...
Node type.