@@ -81,16 +81,16 @@ Advanced / 进阶用法
81
81
82
82
| Props | Description | Type | Default |
83
83
| :----------------------: | :---------: | :--------------------: | :-----: |
84
- | viewBoxStyle | entire component View style / 整个组件的样式 | StyleProp<ViewStyle > | |
85
- | scrollViewBoxStyle | ScrollView outline style / 被滑动的 ScrollView 外部的 View 的样式 | StyleProp<ViewStyle > | |
86
- | scrollViewStyle | ScrollView style /被滑动的 ScrollView 的样式 | StyleProp<ViewStyle > | |
84
+ | viewBoxStyle | entire component View style / 整个组件的样式 | StyleProp\ < ViewStyle\ > | |
85
+ | scrollViewBoxStyle | ScrollView outline style / 被滑动的 ScrollView 外部的 View 的样式 | StyleProp\ < ViewStyle\ > | |
86
+ | scrollViewStyle | ScrollView style /被滑动的 ScrollView 的样式 | StyleProp\ < ViewStyle\ > | |
87
87
| indicatorBgPadding | The sum of the two ends of the indicator background / 指示器的背景两端延伸之和 | number | 0 |
88
- | indicatorBackgroundStyle | Indicator background style / 指示器的背景样式 | StyleProp<ViewStyle > | width:140; height: 8; * |
89
- | indicatorStyle | Indicator style / 指示器的样式 | StyleProp<ViewStyle > | width:20; height: 4; |
90
- | indicatorBoxStyle | Indicator outline View style / 指示器外 View 的样式 | StyleProp<ViewStyle > | * |
88
+ | indicatorBackgroundStyle | Indicator background style / 指示器的背景样式 | StyleProp\ < ViewStyle\ > | width:140; height: 8; * |
89
+ | indicatorStyle | Indicator style / 指示器的样式 | StyleProp\ < ViewStyle\ > | width:20; height: 4; |
90
+ | indicatorBoxStyle | Indicator outline View style / 指示器外 View 的样式 | StyleProp\ < ViewStyle\ > | * |
91
91
| alwaysIndicatorBounce | Always turn on the rebound effect of the indicator / 总是开启指示器的回弹效果 | boolean | false |
92
92
| animatedScrollViewParams | Animated.ScrollView params / Animated.ScrollView 的原生参数 | ScrollViewProps | |
93
- | onScrollListener | Callback when sliding / 滑动时的回调 | (* e* : NativeSyntheticEvent<unknown >) => void | |
93
+ | onScrollListener | Callback when sliding / 滑动时的回调 | (* e* : NativeSyntheticEvent\ < unknown\ > ) =\ > void | |
94
94
95
95
\* The length of the indicator background defaults to ** add** the length of the indicator / 指示器背景的长度默认** 加上** 指示器的长度
96
96
0 commit comments