Skip to content

Commit

Permalink
docs: update picker-view props
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshunnn committed Jan 7, 2025
1 parent 00a4839 commit 41ff948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs-vuepress/guide/platform/rn.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,9 @@ movable-view的可移动区域。
| ----------------------- | ------------------| ------------------ | ------------------------------------|
| value | Array\<number\> | `[]` | 数组中的数字依次表示 *picker-view* 内的 [*picker-view-column*](#picker-view-column) 选择的第几项(下标从 0 开始),数字大于 [*picker-view-column*](#picker-view-column) 可选项长度时,选择最后一项。|
| indicator-style | String | | 设置选择器中间选中框的样式 |
| indicator-class | String | | 设置选择器中间选中框的类名 |
| mask-style | String | | 设置蒙层的样式 |
| mask-class | String | | 设置蒙层的类名 |

- 事件

Expand Down

0 comments on commit 41ff948

Please sign in to comment.