UNPKG

@empathyco/x-components

Version:
22 lines (13 loc) 761 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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&lt;[ScrollComponentState](./x-components.scrollcomponentstate.md)<!-- -->&gt; | 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. |