@empathyco/x-components
Version:
Empathy X Components
17 lines (11 loc) • 827 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [UrlHandler](./x-components.urlhandler.md)
## UrlHandler variable
This component manages the browser URL parameters to preserve them through reloads and browser history navigation. It allow to configure the default url parameter names using its attributes. This component doesn't render elements to the DOM.
**Signature:**
```typescript
_default: import("vue").DefineComponent<{}, {
onPageShow: (event: PageTransitionEvent) => void;
emitEvents: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>
```