WebviewerView.onReaderModeContextMenu method
WebviewerView › onReaderModeContextMenu
Unofficial
Handle a context menu event in reader mode.Signature:
onReaderModeContextMenu(e: unknown): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| e | unknown | The context menu event. |
Returns: void