From 3f99eaf85a51d427df901ed1815923f464e4d22c Mon Sep 17 00:00:00 2001 From: zhaolinglan Date: Sun, 23 Apr 2023 11:01:30 +0800 Subject: [PATCH] modify api description Signed-off-by: zhaolinglan --- .../reference/apis/js-apis-inputmethodengine.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputmethodengine.md b/zh-cn/application-dev/reference/apis/js-apis-inputmethodengine.md index bd68c29ff2..e31c3059fe 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-inputmethodengine.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputmethodengine.md @@ -76,15 +76,15 @@ let InputMethodAbility = inputMethodEngine.getInputMethodAbility(); getKeyboardDelegate(): KeyboardDelegate -为输入法应用获取编辑客户端代理实例[KeyboardDelegate](#keyboarddelegate)。输入法应用获取该实例可订阅物理键盘按键事件、选中文本变化事件等。 +为输入法应用获取客户端编辑事件监听代理实例[KeyboardDelegate](#keyboarddelegate)。输入法应用获取该实例可订阅物理键盘按键事件、选中文本变化事件等。 **系统能力:** SystemCapability.MiscServices.InputMethodFramework **返回值:** -| 类型 | 说明 | -| ------------------------------------- | ---------------- | -| [KeyboardDelegate](#keyboarddelegate) | 编辑客户端代理。 | +| 类型 | 说明 | +| ------------------------------------- | ------------------------ | +| [KeyboardDelegate](#keyboarddelegate) | 客户端编辑事件监听代理。 | **示例:** @@ -120,7 +120,7 @@ let InputMethodEngine = inputMethodEngine.getInputMethodEngine(); createKeyboardDelegate(): KeyboardDelegate -为输入法应用获取编辑客户端代理实例[KeyboardDelegate](#keyboarddelegate)。输入法应用获取该实例可订阅物理键盘按键事件、选中文本变化事件等。 +为输入法应用获取客户端编辑事件监听代理实例[KeyboardDelegate](#keyboarddelegate)。输入法应用获取该实例可订阅物理键盘按键事件、选中文本变化事件等。 > **说明:** > @@ -130,9 +130,9 @@ createKeyboardDelegate(): KeyboardDelegate **返回值:** -| 类型 | 说明 | -| ------------------------------------- | ---------------- | -| [KeyboardDelegate](#keyboarddelegate) | 编辑客户端代理。 | +| 类型 | 说明 | +| ------------------------------------- | ------------------------ | +| [KeyboardDelegate](#keyboarddelegate) | 客户端编辑事件监听代理。 | **示例:** -- GitLab