InfinityScroll.update method
InfinityScroll › update
Unofficial
Update the virtual scroll state with new parameters.Signature:
update(x: unknown, y: unknown, z: unknown, u: unknown, v: unknown, w: unknown): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| x | unknown | First update parameter. |
| y | unknown | Second update parameter. |
| z | unknown | Third update parameter. |
| u | unknown | Fourth update parameter. |
| v | unknown | Fifth update parameter. |
| w | unknown | Sixth update parameter. |
Returns: unknown — The update result.