Documentation / @zerotal/flow / index / UrlOptions
Interface: UrlOptions
Defined in: flow/src/decorators.ts:796
Options for the url decorator, controlling how a property maps onto the browser URL query string.
Properties
as?
optionalas?:string
Defined in: flow/src/decorators.ts:798
Override the URL query parameter name. Defaults to the property name.
history?
optionalhistory?:"replace"|"push"
Defined in: flow/src/decorators.ts:800
Push a new history entry or replace the current one. Defaults to 'replace'.