enum sap.m.SwipeDirection

Control sample: sap.m.SwipeDirection
Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

Directions for swipe event.


Properties Overview

Node Description
sap.m.SwipeDirection.BeginToEnd

Swipe from the beginning to the end - left to right in LTR languages and right to left in RTL languages.

sap.m.SwipeDirection.Both

Both directions (left to right or right to left)

sap.m.SwipeDirection.EndToBegin

Swipe from the end to the beginning - right to left in LTR languages and left to right in RTL languages.

sap.m.SwipeDirection.LeftToRight

Swipe from left to right
Deprecated as of version 1.72. replaced by BeginToEnd

sap.m.SwipeDirection.RightToLeft

Swipe from right to left.
Deprecated as of version 1.72. replaced by EndToBegin