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:

ParameterTypeDescription
eunknownThe rendered content element.
tunknownThe processing context.
nunknownAdditional processing options.

Returns: void