未验证 提交 15f910c5 编写于 作者: O openharmony_ci 提交者: Gitee

!9831 适配修改WindowExtensionAbility OnWindowReady参数

Merge pull request !9831 from xiahaiqin/master
......@@ -78,7 +78,7 @@ export default class MyWindowExtensionAbility extends WindowExtensionAbility {
## WindowExtensionAbility.onWindowReady
onWindowReady(window: Window): void
onWindowReady(window: window.Window): void
当窗口被创建时回调。
......@@ -88,7 +88,7 @@ onWindowReady(window: Window): void
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| window | [Window](js-apis-window.md) | 是 | 当前窗口实例。 |
| window | [window.Window](js-apis-window.md#window) | 是 | 当前窗口实例。 |
**示例:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册