* Get current scroll state (for debugging)
()
| 864 | * Get current scroll state (for debugging) |
| 865 | */ |
| 866 | getState(): VirtualScrollState { |
| 867 | return { ...this.state }; |
| 868 | } |
| 869 | |
| 870 | /** |
| 871 | * Clean up event listeners |
no outgoing calls
no test coverage detected