@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 761 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [ScrollState](./x-components.scrollstate.md)
## ScrollState interface
Scroll store state.
**Signature:**
```typescript
export interface ScrollState
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [data](./x-components.scrollstate.data.md) | | Dictionary<[ScrollComponentState](./x-components.scrollcomponentstate.md)<!-- -->> | State data of the scroll components. |
| [pendingScrollTo](./x-components.scrollstate.pendingscrollto.md) | | string | The <code>[data-scroll]</code> value of the pending to restore scroll. |