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
popup-props | Object | {} | Typescript:`PopupProps`,[Popup API Documents](./popup?tab=api)。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/tree/develop/src/action-sheet/type.ts) | N
17
17
show-cancel | Boolean | true | \- | N
18
18
show-overlay | Boolean | true | \- | N
19
19
theme | String | list | options: list/grid | N
20
20
using-custom-navbar | Boolean | false | \- | N
21
-
visible | Boolean | false | Show or hide | N
21
+
visible | Boolean | false | \- | N
22
22
default-visible | Boolean | undefined | uncontrolled property | N
23
23
24
24
### ActionSheet Events
25
25
26
26
name | params | description
27
27
-- | -- | --
28
28
cancel | \- | \-
29
-
close | `(trigger: TriggerSource)` | [see more ts definition](https://github.com/Tencent/tdesign-miniprogram/tree/develop/src/action-sheet/type.ts)。<br/>`type TriggerSource = 'overlay' \| 'command' \| 'select' `<br/>
29
+
close | `(trigger: ActionSheetTriggerSource)` | [see more ts definition](https://github.com/Tencent/tdesign-miniprogram/tree/develop/src/action-sheet/type.ts)。<br/>`type ActionSheetTriggerSource = 'overlay' \| 'command' \| 'select' `<br/>
0 commit comments