diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputmethod-InputMethodCommon.md b/zh-cn/application-dev/reference/apis/js-apis-inputmethod-InputMethodCommon.md index 0ca983f04d6a480f3e6664dade122ae125a19074..4e287e70bd68070042508f45afc4656f5abe3c26 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-inputmethod-InputMethodCommon.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputmethod-InputMethodCommon.md @@ -5,7 +5,7 @@ 输入法框架接口定义的公共属性信息。 -## MediaType8+ +## Direction 光标移动方向类型枚举。 @@ -35,6 +35,7 @@ **系统能力:** SystemCapability.MiscServices.InputMethodFramework -| 名称 | 类型 | 可读 | 可写 | 说明 | -| --------- | --------- | ---- | ---- | ---------------------------------- | -| direction | Direction | 是 | 是 | 进行选中文本动作时光标移动的方向。 | +| 名称 | 类型 | 可读 | 可写 | 说明 | +| --------- | ----------------------- | ---- | ---- | ---------------------------------- | +| direction | [Direction](#Direction) | 是 | 是 | 进行选中文本动作时光标移动的方向。 | +