Requests Front to open a URL
function openUrl(url: string, cancelToken?: CancelToken): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
| String | URL to open. |
| Token to cancel the request. |
Using an internal URL (eg: a conversation URL) will open the corresponding resource in Front.
Return value
The function returns a Promise that resolves when the request has been received by Front.