Skip to content

WebviewerView.postProcess method

WebviewerView › postProcess

Unofficial

Post-process rendered content in reader mode.

Signature:

postProcess(e: unknown, t: unknown, n: unknown): void

Parameters:

Parameter Type Description
e unknown The rendered content element.
t unknown The processing context.
n unknown Additional processing options.

Returns: void