WebviewerView.contextMenuItemsForSelection method
WebviewerView › contextMenuItemsForSelection
Unofficial
Build context menu items for selected text.Signature:
contextMenuItemsForSelection(e: unknown, t: unknown): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| e | unknown | The selection context. |
| t | unknown | The selection target information. |
Returns: unknown — The context menu items.