|
30 | 30 | {"name": "fullSwipeLeft", "type": "boolean", "description": "Whether to allow a full left swipe"}, |
31 | 31 | {"name": "fullLeftThreshold", "type": "number", "description": "Threshold for a left full swipe (0-1)"}, |
32 | 32 | {"name": "onFullSwipeLeft", "type": "() => void", "description": "Callback for left item full swipe"}, |
33 | | - {"name": "onWillFullSwipeLeft", "type": "() => void", "description": "Callback for just before left item full swipe"}, |
34 | | - {"name": "onToggleSwipeLeft", "type": "() => {rowWidth, leftWidth, dragX, resetItemPosition}", "description": "Callback for left item toggle swipe"}, |
35 | 33 | { |
36 | | - "name": "leftToggleHapticTrigger", |
| 34 | + "name": "onWillFullSwipeLeft", |
37 | 35 | "type": "() => void", |
38 | | - "description": "Haptic trigger callback to use onToggleSwipeLeft", |
39 | | - "deprecated": true |
| 36 | + "description": "Callback for just before left item full swipe" |
| 37 | + }, |
| 38 | + { |
| 39 | + "name": "onToggleSwipeLeft", |
| 40 | + "type": "() => {rowWidth, leftWidth, dragX, resetItemPosition}", |
| 41 | + "description": "Callback for left item toggle swipe" |
40 | 42 | }, |
41 | 43 | {"name": "fullSwipeRight", "type": "boolean", "description": "Whether to allow a full right swipe"}, |
42 | 44 | {"name": "fullRightThreshold", "type": "number", "description": "Threshold for a right full swipe (0-1)"}, |
|
0 commit comments