Skip to main content
zerotal

Documentation


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?

optional as?: string

Defined in: flow/src/decorators.ts:798

Override the URL query parameter name. Defaults to the property name.


history?

optional history?: "replace" | "push"

Defined in: flow/src/decorators.ts:800

Push a new history entry or replace the current one. Defaults to 'replace'.