Directions for swipe event.
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 |
sap.m.SwipeDirection.RightToLeft |
Swipe from right to left. |