未验证 提交 920d62a2 编写于 作者: O openharmony_ci 提交者: Gitee

!16424 customdialogcontroller文档说明补充

Merge pull request !16424 from houhaoyu/master
......@@ -37,6 +37,7 @@ CustomDialogController(value:{builder: CustomDialog, cancel?: () => void, aut
```ts
dialogController : CustomDialogController = new CustomDialogController(value:{builder: CustomDialog, cancel?: () => void, autoCancel?: boolean})
```
**说明**:CustomDialogController仅在作为@CustomDialog和@Component struct的成员变量,且在@Component struct内部定义时赋值才有效,具体用法可看下方示例。
### open()
open(): void
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册