Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the navigation actions that can be performed on a ReaderView.

Index

Enumeration Members

CURRENT: "CURRENT"

Navigation to current page or spread. This is typically used when a SWIPE_NAVIGATION gesture is canceled, to indicate that the renderer is performing an animation to restore current state.

In a scrolling renderer, this action has no effect.

GOTO: "GOTO"

Navigation to a new location in the ReaderPublication which cannot be described as a NEXT or PREVIOUS navigation action.

NEXT_CONTENT_RANGE: "NEXT_CONTENT_RANGE"

Navigation to the next range of content. In a paginated renderer this will be the next page or spread. In a scrolling renderer this may be the content range after the currently visible content, or the start of the next document if the scroll is at the bottom.

NEXT_RENDERABLE_PAGE: "NEXT_RENDERABLE_PAGE"

Navigation to the next RenderablePage that is not currently visible in the ReaderView.

PREVIOUS_CONTENT_RANGE: "PREVIOUS_CONTENT_RANGE"

Navigation to the previous range of content. In a paginated renderer this will be the previous page or spread. In a scrolling renderer this may be the content range before the currently visible content, or the end of the previous document if the scroll is at the top.

PREVIOUS_RENDERABLE_PAGE: "PREVIOUS_RENDERABLE_PAGE"

Navigation to the previous RenderablePage that is not currently visible in the ReaderView.

Generated using TypeDoc