PathRouteProps
interface PathRouteProps {
action?: NonIndexRouteObject["action"];
caseSensitive?: NonIndexRouteObject["caseSensitive"];
children?: React.ReactNode;
element?: React.ReactNode | null;
errorElement?: React.ReactNode | null;
handle?: NonIndexRouteObject["handle"];
hasErrorBoundary?: NonIndexRouteObject["hasErrorBoundary"];
id?: NonIndexRouteObject["id"];
index?: false;
loader?: NonIndexRouteObject["loader"];
path?: NonIndexRouteObject["path"];
shouldRevalidate?: NonIndexRouteObject["shouldRevalidate"];
}§Properties
§
action?: NonIndexRouteObject["action"]
[src]§
caseSensitive?: NonIndexRouteObject["caseSensitive"]
[src]§
children?: React.ReactNode
[src]§
element?: React.ReactNode | null
[src]§
errorElement?: React.ReactNode | null
[src]§
handle?: NonIndexRouteObject["handle"]
[src]§
hasErrorBoundary?: NonIndexRouteObject["hasErrorBoundary"]
[src]§
id?: NonIndexRouteObject["id"]
[src]§
loader?: NonIndexRouteObject["loader"]
[src]§
path?: NonIndexRouteObject["path"]
[src]§
shouldRevalidate?: NonIndexRouteObject["shouldRevalidate"]
[src]