Documentation

navigateAsync()

Navigates to the provided target.

navigateAsync(
target: StringConvertible,
mode?: NavigationContext.NavigationMode,
): Promise<void>;

Notes

Parameters

Errors

This method throws an error if the navigation target is invalid

Related