@empathyco/x-components
Version:
Empathy X Components
58 lines (27 loc) • 806 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [UrlState](./x-components.urlstate.md)
## UrlState interface
URL store state.
**Signature:**
```typescript
export interface UrlState extends QueryState, UrlParams
```
**Extends:** [QueryState](./x-components.querystate.md)<!-- -->, [UrlParams](./x-components.urlparams.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[initialExtraParams](./x-components.urlstate.initialextraparams.md)
</td><td>
</td><td>
Dictionary<unknown>
</td><td>
</td></tr>
</tbody></table>