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