React Corsair - v0.0.10
    Preparing search index...

    Interface RouteMatch

    The result of matching a route by a location.

    interface RouteMatch {
        params: Dict;
        route: Route;
    }
    Index

    Properties

    Properties

    params: Dict

    Parsed params extracted from a pathname and search params.

    route: Route

    A matched route.