Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 833 Bytes

Properties_37c52c9.md

File metadata and controls

20 lines (12 loc) · 833 Bytes
loio
37c52c99a65a4f48811df0d566eb8cb4

Properties

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 right
  • RightToLeft?: Swipe from right to left
  • Both: 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.