Plumile JS API
Preparing search index...
router/src
NavigateInputForPath
Type Alias NavigateInputForPath<Routes>
Input shape for a navigation to a specific path (typed query)
type
NavigateInputForPath
<
Routes
extends
readonly
unknown
[]
>
=
{
filters
?:
FiltersOf
<
RouteUnion
<
Routes
>
>
;
pathname
:
PathsOf
<
Routes
>
;
query
?:
QueryShapeOf
<
RouteUnion
<
Routes
>
>
;
replace
?:
boolean
;
}
Type Parameters
Routes
extends
readonly
unknown
[]
Index
Properties
filters?
pathname
query?
replace?
Properties
Optional
filters
filters
?:
FiltersOf
<
RouteUnion
<
Routes
>
>
pathname
pathname
:
PathsOf
<
Routes
>
Optional
query
query
?:
QueryShapeOf
<
RouteUnion
<
Routes
>
>
Optional
replace
replace
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
filters
pathname
query
replace
Plumile JS API
Loading...
Input shape for a navigation to a specific path (typed query)