@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 845 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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<string>
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [newState](./x-components.scrollstatepayload.newstate.md) | | Partial<[ScrollComponentState](./x-components.scrollcomponentstate.md)<!-- -->> | A partial [ScrollComponentState](./x-components.scrollcomponentstate.md) update to perform to the targeted panel. |