Type alias RouteContextType
RouteContextType: {
currentWindowPath: string;
isTopLevel: boolean;
params: Record<string, any>;
parentPath: string;
}
Type declaration
currentWindowPath: string
isTopLevel: boolean
params: Record<string, any>
parentPath: string
Access values for the current Route.