From f9b16ab6145463ab0ef26321f01258515889e3af Mon Sep 17 00:00:00 2001 From: zhanghuiyu <12674348+zhanghuiyu_5451@user.noreply.gitee.com> Date: Mon, 15 May 2023 06:02:03 +0000 Subject: [PATCH] =?UTF-8?q?update=20zh-cn/application-dev/reference/apis/j?= =?UTF-8?q?s-apis-accessibility-config.md.=20callback=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E6=95=B4=E6=94=B9=20Signed-off-by:=20zhanghuiyu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reference/apis/js-apis-accessibility-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-accessibility-config.md b/zh-cn/application-dev/reference/apis/js-apis-accessibility-config.md index c7ed8e0c04..3cc9e7e5ea 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-accessibility-config.md +++ b/zh-cn/application-dev/reference/apis/js-apis-accessibility-config.md @@ -425,7 +425,7 @@ off(callback?: Callback<T>): void; | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | -| callback | Callback<T> | 否 | 要取消的监听回调函数。 | +| callback | Callback<T> | 否 | 取消指定callback对象的事件响应。 | **示例:** -- GitLab