OpenExternalWebLink
Description
Open external web link in a tab.
Syntax
// ICommonFunctions is binded into the MFiles global object
await MFiles.OpenExternalWebLink(webUrl);
Parameters
Name | Optionality | Type | Description |
---|---|---|---|
webUrl | Required | string | The target url to be opened in new tab. |
Return type
Type | Description |
---|---|
Promise < void > | Method does not return a value |