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;
lazy?: LazyRouteFunction<NonIndexRouteObject>;
loader?: AgnosticNonIndexRouteObject["loader"];
path?: AgnosticNonIndexRouteObject["path"];
shouldRevalidate?: AgnosticNonIndexRouteObject["shouldRevalidate"];
}§Properties
§
children?: RouteObject[]
[src]