@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 712 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [UrlGetters](./x-components.urlgetters.md)
## UrlGetters interface
URL store getters.
**Signature:**
```typescript
export interface UrlGetters
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[urlParams](./x-components.urlgetters.urlparams.md)
</td><td>
</td><td>
[UrlParams](./x-components.urlparams.md)
</td><td>
The current params in the url.
</td></tr>
</tbody></table>