Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SwipeLimits

Contains information about the swipe limits.

Hierarchy

  • SwipeLimits

Index

Properties

bottom

bottom: number

Depicts the top swipe limit for an item. On iOS this value additionally determines how far from the bottom edge can the user swipe the item's main content. Once the threshold is exceeded, the 'bottom' value determines the distance from the top edge at which the item is positioned once released.

left

left: number

Depicts the top swipe limit for an item. On iOS this value additionally determines how far from the top edge can the user swipe the item's main content. Once the threshold is exceeded, the 'left' value determines the distance from the top edge at which the item is positioned once released.

right

right: number

Depicts the right swipe limit for an item. On iOS this value additionally determines how far from the right edge can the user swipe the item's main content. Once the threshold is exceeded, the 'right' value determines the distance from the top edge at which the item is positioned once released.

threshold

threshold: number

Depicts the threshold which needs to be exceeded in order for the item being swiped to stick to one of the end positions determine by the top, left, right and bottom properties depending on the swipe direction.

top

top: number

Depicts the top swipe limit for an item. On iOS this value additionally determines how far from the top edge can the user swipe the item's main content. Once the threshold is exceeded, the 'top' value determines the distance from the top edge at which the item is positioned once released.

Generated using TypeDoc