@empathyco/x-components
Version:
Empathy X Components
60 lines (28 loc) • 1 kB
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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[newState](./x-components.scrollstatepayload.newstate.md)
</td><td>
</td><td>
Partial<[ScrollComponentState](./x-components.scrollcomponentstate.md)<!-- -->>
</td><td>
A partial [ScrollComponentState](./x-components.scrollcomponentstate.md) update to perform to the targeted panel.
</td></tr>
</tbody></table>