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

NonIndexRouteObject

interface NonIndexRouteObject {
action?: AgnosticNonIndexRouteObject["action"];
caseSensitive?: AgnosticNonIndexRouteObject["caseSensitive"];
children?: RouteObject[];
Component?: React.ComponentType | null;
element?: React.ReactNode | null;
ErrorBoundary?: React.ComponentType | null;
errorElement?: React.ReactNode | null;
handle?: AgnosticNonIndexRouteObject["handle"];
hasErrorBoundary?: AgnosticNonIndexRouteObject["hasErrorBoundary"];
id?: AgnosticNonIndexRouteObject["id"];
index?: false;
loader?: AgnosticNonIndexRouteObject["loader"];
path?: AgnosticNonIndexRouteObject["path"];
shouldRevalidate?: AgnosticNonIndexRouteObject["shouldRevalidate"];
}

§Properties

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