Options
All
  • Public
  • Public/Protected
  • All
Menu

Information about a renderer's current scroll position.

Hierarchy

  • IReaderViewScrollStateData

Index

Properties

rendererClientHeight

rendererClientHeight: number

The clientHeight of the renderer. Corresponds to the visible part of the renderer.

double

scrollHeight

scrollHeight: number

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.

Listen to the engine event rendererScrollHeightChanged to detect when the value has changed.

double

scrollTop

scrollTop: number

The number of pixels that a renderer's content is scrolled vertically.

double

scrolling

scrolling: boolean

If active renderer is currently scrolling.

Generated using TypeDoc