IndexRouteProps
interface IndexRouteProps {
action?: IndexRouteObject["action"];
caseSensitive?: IndexRouteObject["caseSensitive"];
children?: undefined;
element?: React.ReactNode | null;
errorElement?: React.ReactNode | null;
handle?: IndexRouteObject["handle"];
hasErrorBoundary?: IndexRouteObject["hasErrorBoundary"];
id?: IndexRouteObject["id"];
index: true;
loader?: IndexRouteObject["loader"];
path?: IndexRouteObject["path"];
shouldRevalidate?: IndexRouteObject["shouldRevalidate"];
}§Properties
§
action?: IndexRouteObject["action"]
[src]§
caseSensitive?: IndexRouteObject["caseSensitive"]
[src]§
element?: React.ReactNode | null
[src]§
errorElement?: React.ReactNode | null
[src]§
handle?: IndexRouteObject["handle"]
[src]§
hasErrorBoundary?: IndexRouteObject["hasErrorBoundary"]
[src]§
id?: IndexRouteObject["id"]
[src]§
loader?: IndexRouteObject["loader"]
[src]§
path?: IndexRouteObject["path"]
[src]§
shouldRevalidate?: IndexRouteObject["shouldRevalidate"]
[src]