From 1293ceaf2df56b26c5f0ae98ccf3ab89f10ae595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Mon, 28 Nov 2022 15:06:08 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-display.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- zh-cn/application-dev/reference/apis/js-apis-display.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-display.md b/zh-cn/application-dev/reference/apis/js-apis-display.md index 3541d6f2d1..aa22f55e0c 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-display.md +++ b/zh-cn/application-dev/reference/apis/js-apis-display.md @@ -236,7 +236,7 @@ on(type: 'add'|'remove'|'change', callback: Callback<number>): void | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | -| type | string | 是 | 监听事件。
- type为"add",表示增加显示设备事件。例如:PC上插入显示器。
- type为"remove",表示移除显示设备事件。例如:PC上移除显示器。
- type为"change",表示改变显示设备事件。例如:显示器方向改变。 | +| type | string | 是 | 监听事件。
- type为"add",表示增加显示设备事件。例如:插入显示器。
- type为"remove",表示移除显示设备事件。例如:移除显示器。
- type为"change",表示改变显示设备事件。例如:显示器方向改变。 | | callback | Callback<number> | 是 | 回调函数。返回监听到的显示设备的id。 | **示例:** -- GitLab