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:

ParameterTypeDescription
urlstringThe URL to open.
newLeaf?boolean | PaneType | undefinedThe pane type or whether to open in a new leaf.
active?boolean | undefinedWhether to make the new leaf active.

Returns: void