Options
All
  • Public
  • Public/Protected
  • All
Menu

Event data object used when a scroll action has ended in a scrolling renderer such as the SingleDocumentScrollRenderer.

Hierarchy

Index

Properties

cancelable

cancelable: boolean

IF this event's default action is cancelable. See respective engine event for its definition of default action.

nativeignore

defaultPrevented

defaultPrevented: boolean

If this event's default action has been canceled/prevented by a call to preventDefault()

nativeignore

immediatePropagationStopped

immediatePropagationStopped: boolean

True if stopImmediatePropagation() was called on this event.

nativeignore

isTrusted

isTrusted: boolean

If this event runs in a "trusted" context, i.e. the event callback is executed during a user-generated event such as "click" or "pointerdown".

nativeignore

objectType

The type of engine event object this JSON structure represents.

default

RENDERER_SCROLL_ENGINE_EVENT

propagationStopped

propagationStopped: boolean

True if stopPropagation() was called on this event.

nativeignore

readerViewName

readerViewName: string

The name of the ReaderView this event is related to.

nativeignore

scrollDistance

scrollDistance: number

If it's a userGenerated scroll event, describes how far the user has scrolled.

double

scrollTop

scrollTop: number

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

double

type

The type of event.

userGenerated

userGenerated: boolean

If the event was triggered by a user scrolling the renderer element.

Generated using TypeDoc