Skip to content

Workspace.openLinkText method

Workspace › openLinkText

Official

Open a link text.

Signature:

openLinkText(linktext: string, sourcePath: string, newLeaf?: boolean | PaneType | undefined, openViewState?: OpenViewState | undefined): Promise<void>

Parameters:

ParameterTypeDescription
linktextstring
sourcePathstring
newLeaf?boolean | PaneType | undefined*(Optional)*
openViewState?OpenViewState | undefined*(Optional)*

Returns: Promise<void>

Since: 0.16.0