structured-render - v1.2.0
Preparing search index...
renderInNode
Function renderInNode
renderInNode
(
structuredRenderData
:
Readonly
<
RenderInput
>
,
__namedParameters
:
Readonly
<
{
options
?:
Readonly
<
PartialWithUndefined
<
RenderMarkdownOptions
>
>
;
outputType
:
RequireExactlyOne
<
{
image
:
true
;
pdf
:
true
}
>
;
saveLocationPath
:
string
;
}
,
>
,
)
:
Promise
<
string
>
Internal common Node.js structure render renderer.
Parameters
structuredRenderData
:
Readonly
<
RenderInput
>
__namedParameters
:
Readonly
<
{
options
?:
Readonly
<
PartialWithUndefined
<
RenderMarkdownOptions
>
>
;
outputType
:
RequireExactlyOne
<
{
image
:
true
;
pdf
:
true
}
>
;
saveLocationPath
:
string
;
}
,
>
Returns
Promise
<
string
>
The output file path.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
structured-render - v1.2.0
Loading...
Internal common Node.js structure render renderer.