NonIndexRouteObject
interface NonIndexRouteObject {
action?: AgnosticNonIndexRouteObject["action"];
caseSensitive?: AgnosticNonIndexRouteObject["caseSensitive"];
children?: RouteObject[];
element?: React.ReactNode | 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
§
children?: RouteObject[]
[src]§
element?: React.ReactNode | null
[src]§
errorElement?: React.ReactNode | null
[src]