Skip to main content

OpenExternalWebLink

Description

Open external web link in a tab. Note: This method only supports "http", "https" and "mailto" protocols.

Syntax

// ICommonFunctions is binded into the MFiles global object
await MFiles.OpenExternalWebLink(webUrl);

Parameters

NameOptionalityTypeDescription
webUrlRequiredstringThe target url to be opened in new tab.

Return type

TypeDescription
Promise < void >Method does not return a value