RouteContextType: {
    currentWindowPath: string;
    isTopLevel: boolean;
    params: Record<string, any>;
    parentPath: string;
}

Access values for the current Route.

Type declaration

  • currentWindowPath: string
  • isTopLevel: boolean
  • params: Record<string, any>
  • parentPath: string