Skip to content

crelte / routing / BaseRouteOptions

Type Alias: BaseRouteOptions

ts
type BaseRouteOptions = object;

Properties

context?

ts
optional context?: Record<string, any>;

index?

ts
optional index?: number;

origin?

ts
optional origin?: RouteOrigin;

scrollY?

ts
optional scrollY?: number | null;

state?

ts
optional state?: Record<string, any>;