Skip to content

WebviewerPluginInstance.openUrl method

WebviewerPluginInstance › openUrl

Unofficial

Open a URL in the web viewer.

Signature:

openUrl(url: string, newLeaf?: boolean | PaneType | undefined, active?: boolean | undefined): void

Parameters:

Parameter Type Description
url string The URL to open.
newLeaf? boolean | PaneType | undefined The pane type or whether to open in a new leaf.
active? boolean | undefined Whether to make the new leaf active.

Returns: void