<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [ScrollStatePayload](./x-components.scrollstatepayload.md)

## ScrollStatePayload interface

Payload object containing the identifier of the scroll and its position.

**Signature:**

```typescript
export interface ScrollStatePayload extends Identifiable<string> 
```
**Extends:** Identifiable&lt;string&gt;

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [newState](./x-components.scrollstatepayload.newstate.md) |  | Partial&lt;[ScrollComponentState](./x-components.scrollcomponentstate.md)<!-- -->&gt; | A partial [ScrollComponentState](./x-components.scrollcomponentstate.md) update to perform to the targeted panel. |

