Type Parameters
- TQuery extends Record<string, unknown> = Record<string, unknown>
- TFilters extends Record<string, unknown> = Record<string, unknown>
Returns (
opts: {
filters?: TFilters;
pathname?: string;
query?: TQuery;
replace?: boolean;
},
) => void
Function accepting optional pathname, typed query and replace flag.
Returns the router's
navigatehelper bound to the current context.