Trilium Backend API
Preparing search index...
<internal>
../../node_modules/cheerio/dist/esm/static
html
Function html
html
(
this
:
CheerioAPI
,
options
?:
CheerioOptions
)
:
string
Renders the document.
Parameters
this
:
CheerioAPI
Optional
options
:
CheerioOptions
Options for the renderer.
Returns
string
The rendered document.
html
(
this
:
CheerioAPI
,
dom
?:
BasicAcceptedElems
<
AnyNode
>
,
options
?:
CheerioOptions
,
)
:
string
Renders the document.
Parameters
this
:
CheerioAPI
Optional
dom
:
BasicAcceptedElems
<
AnyNode
>
Element to render.
Optional
options
:
CheerioOptions
Options for the renderer.
Returns
string
The rendered document.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Trilium Backend API
Loading...
Renders the document.