!10305 RichEditor、TextInput、TextArea、Search的自定义键盘api注释修改

Merge pull request !10305 from 王关/master
This commit is contained in:
openharmony_ci 2024-04-01 07:53:54 +00:00 committed by Gitee
commit 097b4dbb09
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 6 additions and 6 deletions

View File

@ -1887,7 +1887,7 @@ declare interface RichEditorTextSpanOptions {
}
/**
* Defines the Keyboard options of RichEditor.
* Defines the custom keyboard options of RichEditor.
*
* @interface KeyboardOptions
* @syscap SystemCapability.ArkUI.ArkUI.Full
@ -1896,7 +1896,7 @@ declare interface RichEditorTextSpanOptions {
*/
declare interface KeyboardOptions {
/**
* Indicates whether to support keyboard avoidance.
* Indicates whether to support custom keyboard avoidance.
*
* @type { ?boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
@ -3148,7 +3148,7 @@ declare class RichEditorAttribute extends CommonMethod<RichEditorAttribute> {
* Define custom keyboard.
*
* @param { CustomBuilder } value - Set up a custom keyboard of RichEditor
* @param { KeyboardOptions } [options] - Indicates the Keyboard options of RichEditor
* @param { KeyboardOptions } [options] - Indicates the custom keyboard options of RichEditor
* @returns { RichEditorAttribute } returns the instance of the RichEditorAttribute.
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform

View File

@ -1269,7 +1269,7 @@ declare class SearchAttribute extends CommonMethod<SearchAttribute> {
* Define custom keyboard.
*
* @param { CustomBuilder } value - Set up a custom keyboard of Search
* @param { KeyboardOptions } [options] - Indicates the Keyboard options of Search
* @param { KeyboardOptions } [options] - Indicates the custom keyboard options of Search
* @returns { SearchAttribute } returns the instance of the SearchAttribute.
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform

View File

@ -1232,7 +1232,7 @@ declare class TextAreaAttribute extends CommonMethod<TextAreaAttribute> {
* Define custom keyboard of the text area.
*
* @param { CustomBuilder } value - Set up a custom keyboard of TextArea
* @param { KeyboardOptions } [options] - Indicates the Keyboard options of TextArea
* @param { KeyboardOptions } [options] - Indicates the custom keyboard options of TextArea
* @returns { TextAreaAttribute } returns the instance of the TextAreaAttribute.
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform

View File

@ -2133,7 +2133,7 @@ declare class TextInputAttribute extends CommonMethod<TextInputAttribute> {
* Define custom keyboard of the text input.
*
* @param { CustomBuilder } value - Set up a custom keyboard of TextInput
* @param { KeyboardOptions } [options] - Indicates the Keyboard options of TextInput
* @param { KeyboardOptions } [options] - Indicates the custom keyboard options of TextInput
* @returns { TextInputAttribute } returns the instance of the TextInputAttribute.
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform