Preparing search index...
The search index is not available
markmap
markmap
markmap-html-parser
IHtmlNode
Interface IHtmlNode
interface
IHtmlNode
{
children
?:
IHtmlNode
[]
;
childrenLevel
:
Levels
;
comments
?:
string
[]
;
data
?:
Record
<
string
,
unknown
>
;
html
:
string
;
id
:
number
;
level
:
Levels
;
parent
:
number
;
tag
:
string
;
}
Index
Properties
children?
children
Level
comments?
data?
html
id
level
parent
tag
Properties
Optional
children
children
?:
IHtmlNode
[]
children
Level
children
Level
:
Levels
Optional
comments
comments
?:
string
[]
Optional
data
data
?:
Record
<
string
,
unknown
>
html
html
:
string
id
id
:
number
level
level
:
Levels
parent
parent
:
number
tag
tag
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
children
Level
comments
data
html
id
level
parent
tag
markmap
Loading...