mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 15:20:17 +00:00
Signed-off-by: wangdongqi <wangdongqi2@huawei.com>
Changes to be committed:
This commit is contained in:
parent
e11de00250
commit
9deb4a644d
10
api/@ohos.inputMethod.d.ts
vendored
10
api/@ohos.inputMethod.d.ts
vendored
@ -1621,7 +1621,15 @@ declare namespace inputMethod {
|
||||
* @syscap SystemCapability.MiscServices.InputMethodFramework
|
||||
* @since 10
|
||||
*/
|
||||
PREVIOUS
|
||||
PREVIOUS,
|
||||
|
||||
/**
|
||||
* The enter key type is NEWLINE.
|
||||
*
|
||||
* @syscap SystemCapability.MiscServices.InputMethodFramework
|
||||
* @since 12
|
||||
*/
|
||||
NEWLINE
|
||||
}
|
||||
|
||||
/**
|
||||
|
9
api/@ohos.inputMethodEngine.d.ts
vendored
9
api/@ohos.inputMethodEngine.d.ts
vendored
@ -94,6 +94,15 @@ declare namespace inputMethodEngine {
|
||||
*/
|
||||
const ENTER_KEY_TYPE_PREVIOUS: number;
|
||||
|
||||
/**
|
||||
* When "enter" key is pressed, it means NEWLINE
|
||||
*
|
||||
* @constant
|
||||
* @syscap SystemCapability.MiscServices.InputMethodFramework
|
||||
* @since 12
|
||||
*/
|
||||
const ENTER_KEY_TYPE_NEWLINE: 8;
|
||||
|
||||
/**
|
||||
* Editor with no special function
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user