markmap
Preparing search index...
markmap-html-parser
IHtmlParserContext
Interface IHtmlParserContext
interface
IHtmlParserContext
{
$
:
CheerioAPI
;
$node
:
Cheerio
<
any
>
;
getContent
(
$node
:
Cheerio
<
any
>
,
preserveTag
?:
boolean
,
)
:
{
comments
?:
string
[]
;
html
?:
string
}
;
}
Index
Properties
$
$node
Methods
get
Content
Properties
$
$
:
CheerioAPI
$node
$node
:
Cheerio
<
any
>
Methods
get
Content
getContent
(
$node
:
Cheerio
<
any
>
,
preserveTag
?:
boolean
,
)
:
{
comments
?:
string
[]
;
html
?:
string
}
Parameters
$node
:
Cheerio
<
any
>
Optional
preserveTag
:
boolean
Returns
{
comments
?:
string
[]
;
html
?:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
$
$node
Methods
get
Content
markmap
Loading...