Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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]
§
children?: undefined
[src]
§
element?: React.ReactNode | null
[src]
§
errorElement?: React.ReactNode | null
[src]
§
handle?: IndexRouteObject["handle"]
[src]
§
hasErrorBoundary?: IndexRouteObject["hasErrorBoundary"]
[src]
§
index: true
[src]
§
loader?: IndexRouteObject["loader"]
[src]
§
shouldRevalidate?: IndexRouteObject["shouldRevalidate"]
[src]