loio |
---|
37c52c99a65a4f48811df0d566eb8cb4 |
view on: demo kit nightly build | demo kit latest release
The swipeDirection
property for lists and tables is used to configure the direction of the swipe event. This property accepts an enumeration from sap.m.SwipeDirection?
with the following values:
LeftToRight?
: Swipe from left to rightRightToLeft?
: Swipe from right to leftBoth
: Both directions (left to right, or right to left)
The default value is Both
, but in some use cases we recommend that you change this property, for example to prevent swipe conflicts.