Docs (4.0.0)

navigateAsync

Navigates to the provided target.

navigateAsync(target: NavigationTarget, mode?: NavigationController.NavigationMode): Promise<void>

Notes

Parameters

Errors

  • This method throws an error if the navigation target is invalid

Related