ActiveRouteParams Type
This object contains parameters and its values that are extracted from the URL when a route is activated.
Note that every parameter here is a string as it is extracted from the URL. As it has not been processed by the route yet.
Record fields
Record Field | Description |
Full Usage:
ParamName
Field type: string
|
|
Full Usage:
ParamValue
Field type: string
|
|
Full Usage:
SegmentIndex
Field type: int
|
|