提交 28b70ab9 编写于 作者: L lovechinamo

Signed-off-by: lovechinamo <wangdongqi2@huawei.com>

 Changes to be committed:
上级 142f61e8
...@@ -151,7 +151,7 @@ Obtains the list of installed input methods. This API uses an asynchronous callb ...@@ -151,7 +151,7 @@ Obtains the list of installed input methods. This API uses an asynchronous callb
### listInputMethod ### listInputMethod
listInputMethod(): Promise&lt;Array&lt;InputMethodProperty&gt;&gt; listInputMethod(): Array&lt;InputMethodProperty&gt;
Obtains the list of installed input methods. This API uses an asynchronous callback to return the result. Obtains the list of installed input methods. This API uses an asynchronous callback to return the result.
......
...@@ -732,7 +732,7 @@ Obtains the attribute of the edit box. This API uses an asynchronous callback to ...@@ -732,7 +732,7 @@ Obtains the attribute of the edit box. This API uses an asynchronous callback to
### getEditorAttribute ### getEditorAttribute
getEditorAttribute(): Promise&lt;EditorAttribute&gt; getEditorAttribute(): EditorAttribute
Obtains the attribute of the edit box. This API uses a promise to return the result. Obtains the attribute of the edit box. This API uses a promise to return the result.
......
...@@ -147,7 +147,7 @@ listInputMethod(callback: AsyncCallback&lt;Array&lt;InputMethodProperty&gt;&gt;) ...@@ -147,7 +147,7 @@ listInputMethod(callback: AsyncCallback&lt;Array&lt;InputMethodProperty&gt;&gt;)
### listInputMethod ### listInputMethod
listInputMethod(): Promise&lt;Array&lt;InputMethodProperty&gt;&gt; listInputMethod(): Array&lt;InputMethodProperty&gt;
查询已安装的输入法列表。 查询已安装的输入法列表。
......
...@@ -735,7 +735,7 @@ getEditorAttribute(callback: AsyncCallback&lt;EditorAttribute&gt;): void ...@@ -735,7 +735,7 @@ getEditorAttribute(callback: AsyncCallback&lt;EditorAttribute&gt;): void
### getEditorAttribute ### getEditorAttribute
getEditorAttribute(): Promise&lt;EditorAttribute&gt; getEditorAttribute(): EditorAttribute
获取编辑框属性值。 获取编辑框属性值。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册