Documentation

navigateAsync()

Navigates to the specified path.

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

Parameters

Related