Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1aefb0 commit b3c7b7eCopy full SHA for b3c7b7e
docs/component/actionSheet.md
@@ -17,6 +17,7 @@ actionsheet 弹出式菜单
17
| [options.title] | <code>string</code> | actionSheet的title,如果isAndroid=true,则不会显示 |
18
| [options.className] | <code>string</code> | 自定义类名 |
19
| [options.onClose] | <code>function</code> | actionSheet关闭后的回调 |
20
+| [options.onClickMask] | <code>function</code> | 点击actionSheet Mask的回调 |
21
22
**Example**
23
```js
0 commit comments