InfinityScroll.findElementTop method
InfinityScroll › findElementTop
Unofficial
Find the top position of an element within the scroll container.Signature:
findElementTop(x: unknown, y: unknown, z: unknown): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| x | unknown | The element to find. |
| y | unknown | Second parameter. |
| z | unknown | Third parameter. |
Returns: unknown — The top position of the element.