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

!6865 【轻量级 PR】:reference/apis/js-apis-application-WindowExtensionAbility.md:系统能力正确性修改:需同步翻译

Merge pull request !6865 from 葛亚芳/N/A
...@@ -17,7 +17,7 @@ import WindowExtensionAbility from '@ohos.application.WindowExtensionAbility'; ...@@ -17,7 +17,7 @@ import WindowExtensionAbility from '@ohos.application.WindowExtensionAbility';
## 属性 ## 属性
**系统能力:** SystemCapability.Ability.AbilityRuntime.Core **系统能力:** SystemCapability.WindowManager.WindowManager.Core
| 名称 | 参数类型 | 可读 | 可写 | 说明 | | 名称 | 参数类型 | 可读 | 可写 | 说明 |
| --------- | -------- | ---- | ---- | ------------------------- | | --------- | -------- | ---- | ---- | ------------------------- |
...@@ -29,7 +29,7 @@ onConnect(want: Want): rpc.RemoteObject ...@@ -29,7 +29,7 @@ onConnect(want: Want): rpc.RemoteObject
当窗口扩展组件第一次连接ability时回调。 当窗口扩展组件第一次连接ability时回调。
**系统能力:** SystemCapability.Ability.AbilityRuntime.Core **系统能力:** SystemCapability.WindowManager.WindowManager.Core
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
...@@ -86,7 +86,7 @@ onDisconnect(want: Want): void ...@@ -86,7 +86,7 @@ onDisconnect(want: Want): void
当所有连接到窗口扩展组件的ability断开连接时回调。 当所有连接到窗口扩展组件的ability断开连接时回调。
**系统能力:** SystemCapability.Ability.AbilityRuntime.Core **系统能力:** SystemCapability.WindowManager.WindowManager.Core
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
...@@ -112,7 +112,7 @@ onWindowReady(window: Window): void ...@@ -112,7 +112,7 @@ onWindowReady(window: Window): void
当窗口被创建时回调。 当窗口被创建时回调。
**系统能力:** SystemCapability.Ability.AbilityRuntime.Core **系统能力:** SystemCapability.WindowManager.WindowManager.Core
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册