Skip to content

Commit dc2f981

Browse files
authored
Docs: remove showLength which is not exits in common props
1 parent 85161e2 commit dc2f981

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/props.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
| windowSize || 0 | number | The maximum number of items that can respond to pan gesture events, `0` means all items will respond to pan gesture events |
2828
| onProgressChange || | onProgressChange?: (offsetProgress: number,absoluteProgress: number) => void | On progress change. `offsetProgress`:Total of offset distance (0 390 780 ...); `absoluteProgress`:Convert to index (0 1 2 ...) |
2929
| modeConfig || { snapDirection: 'left',moveSize: window.width,stackInterval: 30,scaleInterval: 0.08,rotateZDeg: 135} | {moveSize?: number;stackInterval?: number;scaleInterval?: number;rotateZDeg?: number;snapDirection?: 'left' \| 'right';} | Stack layout animation style |
30-
| showLength || data.length - 1 | number | The maximum number of items will show in stack |
3130
| pagingEnabled || true | boolean | When true, the scroll view stops on multiples of the scroll view's size when scrolling |
3231
| overscrollEnabled || true | boolean | If enabled, the item will scroll to the first placement when scrolling past the edge rather than closing to the last. (previous conditions: loop=false) |
3332
| snapEnabled || true | boolean | If enabled, releasing the touch will scroll to the nearest item, valid when pagingEnabled=false |

0 commit comments

Comments
 (0)