Types: GenericRoute
ts
type GenericRoute = object;Properties
| Property | Type |
|---|---|
depth | number |
hash | WithParams |
host | WithParams |
id | string |
matched | CreatedRouteOptions |
matches | CreatedRouteOptions[] |
meta | RouteMeta |
name | string |
path | WithParams |
prefetch? | PrefetchConfig |
query | WithParams |
state | Record<string, Param> |