未验证 提交 37cc57aa 编写于 作者: O openharmony_ci 提交者: Gitee

!17173 翻译完成 16424:customdialogcontroller文档说明补充

Merge pull request !17173 from ester.zhou/TR-16424
......@@ -37,6 +37,9 @@ CustomDialogController(value:{builder: CustomDialog, cancel?: () => void, aut
```ts
dialogController : CustomDialogController = new CustomDialogController(value:{builder: CustomDialog, cancel?: () => void, autoCancel?: boolean})
```
> **NOTE**
>
> **CustomDialogController** is valid only when it is a member variable of the **@CustomDialog** and **@Component** decorated struct and is defined in the **@Component** decorated struct. For details, see the following example.
### open()
open(): void
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册