Type Alias IndexedParams

IndexedParams: Readonly<Record<string, ParamValue>>

The collection of parameters resolved from the URL.

Parameters are the parts of the URL represented by the placeholders in the route path. Placeholders are often named, and these names become the keys of the IndexedParams object.

If a placeholder is unnamed, its index in the path becomes the key.