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

IndexRouteObject

interface IndexRouteObject {
action?: AgnosticIndexRouteObject["action"];
caseSensitive?: AgnosticIndexRouteObject["caseSensitive"];
children?: undefined;
Component?: React.ComponentType | null;
element?: React.ReactNode | null;
ErrorBoundary?: React.ComponentType | null;
errorElement?: React.ReactNode | null;
handle?: AgnosticIndexRouteObject["handle"];
hasErrorBoundary?: AgnosticIndexRouteObject["hasErrorBoundary"];
id?: AgnosticIndexRouteObject["id"];
index: true;
loader?: AgnosticIndexRouteObject["loader"];
path?: AgnosticIndexRouteObject["path"];
shouldRevalidate?: AgnosticIndexRouteObject["shouldRevalidate"];
}

§Properties

§
action?: AgnosticIndexRouteObject["action"]
[src]
§
caseSensitive?: AgnosticIndexRouteObject["caseSensitive"]
[src]
§
children?: undefined
[src]
§
Component?: React.ComponentType | null
[src]
§
element?: React.ReactNode | null
[src]
§
ErrorBoundary?: React.ComponentType | null
[src]
§
errorElement?: React.ReactNode | null
[src]
§
handle?: AgnosticIndexRouteObject["handle"]
[src]
§
hasErrorBoundary?: AgnosticIndexRouteObject["hasErrorBoundary"]
[src]
§
id?: AgnosticIndexRouteObject["id"]
[src]
§
index: true
[src]
§
loader?: AgnosticIndexRouteObject["loader"]
[src]
§
path?: AgnosticIndexRouteObject["path"]
[src]
§
shouldRevalidate?: AgnosticIndexRouteObject["shouldRevalidate"]
[src]