WebviewerView.postProcess method
WebviewerView › postProcess
Unofficial
Post-process rendered content in reader mode.Signature:
postProcess(e: unknown, t: unknown, n: unknown): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| e | unknown | The rendered content element. |
| t | unknown | The processing context. |
| n | unknown | Additional processing options. |
Returns: void