Skip to content

WebviewerView.navigate method

WebviewerView › navigate

Unofficial

Navigate the webview to a URL.

Signature:

navigate(e: unknown, t: unknown): unknown

Parameters:

Parameter Type Description
e unknown The URL or navigation target.
t unknown Navigation options.

Returns: unknownThe navigation result.