gi-nx / navigateTo
ts
function navigateTo(url: string): void;Navigate to a different page. Can be used to switch project, or navigate to a different page in Giraffe. If it is a different origin to Giraffe, the URL needs to be whitelisted by us for security reasons. Contact us for details.
Parameters
| Parameter | Type |
|---|---|
url | string |
Returns
void