WebviewerView.navigate method
WebviewerView › navigate
Unofficial
Navigate the webview to a URL.Signature:
navigate(e: unknown, t: unknown): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| e | unknown | The URL or navigation target. |
| t | unknown | Navigation options. |
Returns: unknown — The navigation result.