WebviewerView.contextMenuItemsForLink method
WebviewerView › contextMenuItemsForLink
Unofficial
Build context menu items for a link element.Signature:
contextMenuItemsForLink(e: unknown, t: unknown): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| e | unknown | The link element context. |
| t | unknown | The link target information. |
Returns: unknown — The context menu items.