Skip to content

crelte / routing / RouteOptions

Type Alias: RouteOptions

ts
type RouteOptions = object;

Properties

context?

ts
optional context: Record<string, any>;

entryChanged?

ts
optional entryChanged: boolean;

index?

ts
optional index: number;

origin?

ts
optional origin: RouteOrigin;

scrollY?

ts
optional scrollY: number;

state?

ts
optional state: Record<string, any>;