React Router API Reference
    Preparing search index...

    Type Alias unstable_RSCRouteManifest

    type unstable_RSCRouteManifest = {
        clientAction?: ClientActionFunction;
        clientLoader?: ClientLoaderFunction;
        element?: React.ReactElement | false;
        errorElement?: React.ReactElement;
        handle?: any;
        hasAction: boolean;
        hasComponent: boolean;
        hasErrorBoundary: boolean;
        hasLoader: boolean;
        hydrateFallbackElement?: React.ReactElement;
        id: string;
        index?: boolean;
        links?: LinksFunction;
        meta?: MetaFunction;
        parentId?: string;
        path?: string;
        shouldRevalidate?: ShouldRevalidateFunction;
    }
    Index

    Properties

    clientAction?: ClientActionFunction
    clientLoader?: ClientLoaderFunction
    element?: React.ReactElement | false
    errorElement?: React.ReactElement
    handle?: any
    hasAction: boolean
    hasComponent: boolean
    hasErrorBoundary: boolean
    hasLoader: boolean
    hydrateFallbackElement?: React.ReactElement
    id: string
    index?: boolean
    parentId?: string
    path?: string
    shouldRevalidate?: ShouldRevalidateFunction