Skip to content

WebviewerView.onExternalLinkClick method

WebviewerView › onExternalLinkClick

Unofficial

Handle a click on an external link.

Signature:

onExternalLinkClick(e: unknown, t: unknown, n: unknown): void

Parameters:

ParameterTypeDescription
eunknownThe click event.
tunknownThe link element.
nunknownThe link target information.

Returns: void