Documentation

navigate()

Navigates to the specified path asynchronously.

navigate(
target: StringConvertible,
mode?: NavigationContext.NavigationMode,
): this;

Notes

Parameters

Examples

// In a web application, navigate to the /foo URL
app.navigate("foo");

Related