You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|trigger|Required parameter No default value|String| The id/class/tag of the trigger object |
349
-
|wheels|Required parameter No default value|Array|The data displayed on the wheel|
348
+
|trigger|Required parameter. No default value|String| The id/class/tag of the trigger object |
349
+
|wheels|Required parameter. No default value|Array|The data displayed on the wheel|
350
+
|callback|function(indexArr, data){}|function | A callback function after successful selected, return parameter (indexArr, data) |
351
+
|transitionEnd|function(indexArr, data){}|function|A callback function that after each gesture sliding, return parameter (indexArr, data)|
352
+
|onShow|function(e){}|function | A callback when the window is show, return object itself as parameter |
353
+
|onHide|function(e){}|function | A callback when the window is hidden, return object itself as parameter|
350
354
|title|`''`|String|Component title|
351
355
|position|[0,0,0,…]|Array|Initialize positioning|
352
356
|connector|`' '`|String| When there are multiple wheels, set the connection to connect multiple values, the default value is a space |
353
-
| callback|function(indexArr, data){}|function | Select the callback function triggered after successful, return parameter (indexArr, data)|
354
-
| onShow|function(){}|function | Display a callback on the window|
355
-
| onHide|function(){}|function | A callback when the window is hidden|
356
-
|cancel|function(indexArr, data){}|function | Click the Cancel button to trigger the callback function and return to the last parameter (indexArr, data)|
357
-
|transitionEnd|function(indexArr, data){}|function|A callback function that after each gesture sliding, return parameter (indexArr, data)|
358
357
|ensureBtnText|`'确认'`|String| The text content of comfirm button |
359
358
|cancelBtnText|`'取消'`|String| The text content of cancel button |
360
359
|ensureBtnColor|`'#1e83d3'`|String| The text color of the comfirm button|
0 commit comments