Skip to content

Types: GenericRoute

ts
type GenericRoute = Url & object;

Type Declaration

depth

ts
depth: number;

id

ts
id: string;

matched

ts
matched: CreatedRouteOptions;

matches

ts
matches: CreatedRouteOptions[];

meta

ts
meta: RouteMeta;

name

ts
name: string;

prefetch?

ts
optional prefetch: PrefetchConfig;

state

ts
state: Record<string, Param>;