ui-router-server / matcher / Replace
Interface: Replace
Defined in: url-matcher.ts:225
An input rewrite applied before typing (absent/empty/squash handling).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
from | unknown | The raw input value to rewrite. | url-matcher.ts:227 |
to | unknown | What it becomes (undefined triggers the param's default). | url-matcher.ts:229 |