React Router class tools
    Preparing search index...

    Interface match<Params>

    interface match<Params extends Partial<Record<keyof Params, string>> = {}> {
        params: Params;
        path: string;
        url: string;
    }

    Type Parameters

    Index

    Properties

    Properties

    params: Params
    path: string
    url: string