| visible |
Boolean |
false |
true/false |
N |
Whether the component is visible. |
| datas |
Array |
[] |
- |
Y |
Data for all columns, refer to Picker datas Props. |
| autoScrollToLast |
Boolean |
true |
true/false |
N |
Whether it automatically scrolls to the last selected item. |
| cancelText |
String |
picker.defaultCancel in the current language |
- |
N |
Text for the cancel button. |
| confirmText |
String |
picker.defaultConfirm in the current language |
- |
N |
Text for the confirm button. |
| title |
String |
picker.defaultTitle in the current language |
- |
N |
Text for the title in the middle. |
| isLinkage |
Boolean |
false |
true/false |
N |
Whether it's a multi-level linkage. |
| linkageInitIndexs |
Array |
[] |
- |
N |
Set the initial selected items when it's a multi-level linkage. |
| linkageShowRows |
Array |
[] |
- |
N |
Set the number of rows displayed for each column in a multi-level linkage. |
| linkageFlexs |
Array |
[] |
- |
N |
Set the width for each column in a multi-level linkage. |
| linkageAligns |
Array |
[] |
- |
N |
Set the alignment for each column in a multi-level linkage. |
| linkageLabelKeys |
Array |
[] |
- |
N |
Set the custom label key for each column in a multi-level linkage. |
| linkageChildrenKey |
String |
'children' |
- |
N |
Set the key for the children of the upper and lower levels in a multi-level linkage. |
| popup |
Object |
{} |
Refer to Popup Props |
N |
Popup parameters. |