UNPKG

@empathyco/x-components

Version:
22 lines (13 loc) 845 B
<!-- 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. |