Options
All
  • Public
  • Public/Protected
  • All
Menu

The page scroll constants that can be used to set the value of TouchSwipeSettings.allowPageScroll option. These properties are read-only.

Hierarchy

  • PageScrollEnum

Index

Properties

AUTO: "auto"

Constant indicating either horizontal or vertical will be allowed, depending on the swipe handlers registered.

All undefined swipes will cause the page to scroll in that direction.

HORIZONTAL: "horizontal"

Constant indicating horizontal page scrolling is allowed.

Will force page to scroll on horizontal swipes.

NONE: "none"

Constant indicating no page scrolling is allowed.

The page will not scroll when user swipes.

VERTICAL: "vertical"

Constant indicating vertical page scrolling is allowed.

Will force page to scroll on vertical swipes.

Generated using TypeDoc