Plumile JS API
    Preparing search index...

    Type Alias RouteComponentProps<TVariables, S, TQueryShape>

    Props passed to RouteComponent instances.

    type RouteComponentProps<
        TVariables extends ParamData,
        S extends Schema | undefined = Schema | undefined,
        TQueryShape extends UnknownQueryShape = UnknownQueryShape,
    > = {
        children: ReactElement;
        route: Route<unknown, unknown, ParamData, UnknownQueryShape, S>;
        routerContext: RoutingContextType<TVariables, S, TQueryShape>;
    }

    Type Parameters

    Index

    Properties

    children: ReactElement

    Child components to render

    route: Route<unknown, unknown, ParamData, UnknownQueryShape, S>

    The route configuration

    Router context containing navigation and state