structured-render - v1.2.0
Preparing search index...
renderInBrowser
Function renderInBrowser
renderInBrowser
(
structuredRenderData
:
Readonly
<
RenderInput
>
,
__namedParameters
:
Readonly
<
{
fileName
:
string
;
options
?:
Readonly
<
PartialWithUndefined
<
RenderMarkdownOptions
>
>
;
outputType
:
RequireExactlyOne
<
{
image
:
OutputImageType
;
pdf
:
OutputPdfType
}
,
>
;
}
,
>
,
)
:
Promise
<
any
>
Internal common in-browser structure render renderer.
Parameters
structuredRenderData
:
Readonly
<
RenderInput
>
__namedParameters
:
Readonly
<
{
fileName
:
string
;
options
?:
Readonly
<
PartialWithUndefined
<
RenderMarkdownOptions
>
>
;
outputType
:
RequireExactlyOne
<
{
image
:
OutputImageType
;
pdf
:
OutputPdfType
}
,
>
;
}
,
>
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
structured-render - v1.2.0
Loading...
Internal common in-browser structure render renderer.