getURIParam()function
getURIParam(params: PossibleURIParams, key: string): string | undefined
| Param | Type | |
|---|---|---|
params | PossibleURIParams | Type for things that can be converted to named URI parameters. required |
key | string | required |
| Return | |
|---|---|
string | undefined |
Get a single named param from a URI.