Interface ResolveContext<C>

The context for a resolve operation that can be extended with the user-defined properties.

interface ResolveContext<C> {
    pathname: string;
}

Type Parameters

  • C extends object = EmptyObject

    The type of user-defined context-specific data. Defaults to an empty object.

Properties

Properties

pathname: string

The current location.