Skip to content

Commit 933cabf

Browse files
author
miot-robot
committed
Merge branch yzl_10077 into SDK_10077 refer ${gitlabAfter}
1 parent 90dff0b commit 933cabf

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

doc-md/07-UI组件/01-常用UI组件.md

+26-26
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,32 @@ OPUS
448448
| timeout | <code>number</code> | 超时自动隐藏,设置0或者不设置不会自动隐藏 |
449449

450450

451+
* * *
452+
453+
<a name="module_miot/ui/MessageDialog"></a>
454+
455+
## miot/ui/MessageDialog
456+
消息对话框
457+
458+
**Export**: public
459+
**Doc_name**: 常用UI组件
460+
**Doc_index**: 1
461+
**Doc_directory**: ui
462+
**Properties**
463+
464+
| Name | Type | Description |
465+
| --- | --- | --- |
466+
| visible | <code>bool</code> | 是否可见 |
467+
| cancelable | <code>bool</code> | 是否允许点击空白区域取消显示,仅限Android |
468+
| title | <code>string</code> | 标题 |
469+
| message | <code>string</code> | 副标题,内容 |
470+
| cancel | <code>string</code> | 取消标题 |
471+
| confirm | <code>string</code> | 确认标题 |
472+
| onConfirm | <code>func</code> | 确认点击回调 |
473+
| onCancel | <code>func</code> | 取消点击回调 |
474+
| onDismiss | <code>func</code> | 对话框消失回调 |
475+
476+
451477
* * *
452478

453479
<a name="miot/ui/MultiChoseDialog"></a>
@@ -503,32 +529,6 @@ onCheck={res => {
503529
/>
504530
```
505531

506-
* * *
507-
508-
<a name="module_miot/ui/MessageDialog"></a>
509-
510-
## miot/ui/MessageDialog
511-
消息对话框
512-
513-
**Export**: public
514-
**Doc_name**: 常用UI组件
515-
**Doc_index**: 1
516-
**Doc_directory**: ui
517-
**Properties**
518-
519-
| Name | Type | Description |
520-
| --- | --- | --- |
521-
| visible | <code>bool</code> | 是否可见 |
522-
| cancelable | <code>bool</code> | 是否允许点击空白区域取消显示,仅限Android |
523-
| title | <code>string</code> | 标题 |
524-
| message | <code>string</code> | 副标题,内容 |
525-
| cancel | <code>string</code> | 取消标题 |
526-
| confirm | <code>string</code> | 确认标题 |
527-
| onConfirm | <code>func</code> | 确认点击回调 |
528-
| onCancel | <code>func</code> | 取消点击回调 |
529-
| onDismiss | <code>func</code> | 对话框消失回调 |
530-
531-
532532
* * *
533533

534534
<a name="module_miot/ui/ProgressDialog"></a>

0 commit comments

Comments
 (0)