Reader View Scroll State Data
data class ReaderViewScrollStateData(val rendererClientHeight: Double, val scrollTop: Double, val scrollHeight: Double, val scrolling: Boolean)
Information about a renderer's current scroll position.
Properties
Link copied to clipboard
The clientHeight of the renderer. Corresponds to the visible part of the renderer.
Link copied to clipboard
A measurement of the height of a renderer's content, including content not visible on the screen due to overflow. This value might change at any time as new content is rendered.