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

!8416 【轻量级 PR】:master:update zh-cn/application-dev/reference/apis/js-apis-window.md,需同步翻译

Merge pull request !8416 from 葛亚芳/N/A
......@@ -94,11 +94,11 @@ import window from '@ohos.window';
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| -------------------------------------- | -------- | ---- | ---- | ------------------------------------------------------------ |
| statusBarColor | string | | 是 | 状态栏背景颜色,为十六进制RGB或ARGB颜色,不区分大小写,例如`#00FF00``#FF00FF00`。 |
| statusBarColor | string | | 是 | 状态栏背景颜色,为十六进制RGB或ARGB颜色,不区分大小写,例如`#00FF00``#FF00FF00`。 |
| isStatusBarLightIcon<sup>7+</sup> | boolean | 否 | 是 | 状态栏图标是否为高亮状态。 |
| statusBarContentColor<sup>8+</sup> | string | 否 | 是 | 状态栏文字颜色。 |
| navigationBarColor | string | | 是 | 导航栏背景颜色,为十六进制RGB或ARGB颜色,不区分大小写,例如`#00FF00``#FF00FF00`。 |
| isNavigationBarLightIcon<sup>7+</sup> | boolean | 否 | | 导航栏图标是否为高亮状态。 |
| navigationBarColor | string | | 是 | 导航栏背景颜色,为十六进制RGB或ARGB颜色,不区分大小写,例如`#00FF00``#FF00FF00`。 |
| isNavigationBarLightIcon<sup>7+</sup> | boolean | 否 | | 导航栏图标是否为高亮状态。 |
| navigationBarContentColor<sup>8+</sup> | string | 否 | 是 | 导航栏文字颜色。 |
## Orientation<sup>9+</sup>
......@@ -147,11 +147,11 @@ import window from '@ohos.window';
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| --------------- | ------------------------- | ---- | ---- | ------------------------------------------------------------ |
| type | [WindowType](#windowtype) | 是 | | 当前属性改变的系统栏类型,仅支持类型为导航栏、状态栏的系统栏。 |
| isEnable | boolean | 是 | | 当前系统栏是否显示。 |
| region | [Rect](#rect) | 是 | | 当前系统栏的位置及大小。 |
| backgroundColor | string | 是 | | 系统栏背景颜色,为十六进制RGB或ARGB颜色,不区分大小写,例如`#00FF00``#FF00FF00`。 |
| contentColor | string | 是 | | 系统栏文字颜色。 |
| type | [WindowType](#windowtype) | 是 | | 当前属性改变的系统栏类型,仅支持类型为导航栏、状态栏的系统栏。 |
| isEnable | boolean | 是 | | 当前系统栏是否显示。 |
| region | [Rect](#rect) | 是 | | 当前系统栏的位置及大小。 |
| backgroundColor | string | 是 | | 系统栏背景颜色,为十六进制RGB或ARGB颜色,不区分大小写,例如`#00FF00``#FF00FF00`。 |
| contentColor | string | 是 | | 系统栏文字颜色。 |
## SystemBarTintState<sup>8+</sup>
......@@ -164,7 +164,7 @@ import window from '@ohos.window';
| 名称 | 参数类型 | 可读 | 可写 | 说明 |
| ---------- | --------------------------------------------------- | ---- | ---- | ---------------------------- |
| displayId | number | 是 | 否 | 当前物理屏幕id。 |
| regionTint | Array<[SystemBarRegionTint](#systembarregiontint8)> | 是 | | 当前已改变的所有系统栏信息。 |
| regionTint | Array<[SystemBarRegionTint](#systembarregiontint8)> | 是 | | 当前已改变的所有系统栏信息。 |
## Rect<sup>7+</sup>
......@@ -1408,7 +1408,8 @@ getAvoidArea(type: [AvoidAreaType](#avoidareatype7)): Promise&lt;[AvoidArea](#av
**示例:**
```js
let promise = windowClass.getAvoidArea();
var type = window.AvoidAreaType.TYPE_SYSTEM;
let promise = windowClass.getAvoidArea(type);
promise.then((data)=> {
console.info('Succeeded in obtaining the area. Data:' + JSON.stringify(data));
}).catch((err)=>{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册