mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-22 23:00:21 +00:00
!14899 [richEditor]APIextends标签告警整改
Merge pull request !14899 from zzc0127/extends
This commit is contained in:
commit
e3fcf46999
10
api/@internal/component/ets/rich_editor.d.ts
vendored
10
api/@internal/component/ets/rich_editor.d.ts
vendored
@ -2128,6 +2128,7 @@ declare interface PlaceholderStyle {
|
||||
/**
|
||||
* Defines span style option of RichEditor.
|
||||
*
|
||||
* @extends RichEditorRange
|
||||
* @interface RichEditorSpanStyleOptions
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @since 10
|
||||
@ -2135,6 +2136,7 @@ declare interface PlaceholderStyle {
|
||||
/**
|
||||
* Defines span style option of RichEditor.
|
||||
*
|
||||
* @extends RichEditorRange
|
||||
* @interface RichEditorSpanStyleOptions
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
@ -2146,6 +2148,7 @@ declare interface RichEditorSpanStyleOptions extends RichEditorRange { }
|
||||
/**
|
||||
* Defines paragraph style option of RichEditor.
|
||||
*
|
||||
* @extends RichEditorRange
|
||||
* @interface RichEditorParagraphStyleOptions
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
@ -2154,6 +2157,7 @@ declare interface RichEditorSpanStyleOptions extends RichEditorRange { }
|
||||
/**
|
||||
* Defines paragraph style option of RichEditor.
|
||||
*
|
||||
* @extends RichEditorRange
|
||||
* @interface RichEditorParagraphStyleOptions
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
@ -2184,6 +2188,7 @@ declare interface RichEditorParagraphStyleOptions extends RichEditorRange {
|
||||
/**
|
||||
* Defines text span style option of RichEditor.
|
||||
*
|
||||
* @extends RichEditorSpanStyleOptions
|
||||
* @interface RichEditorUpdateTextSpanStyleOptions
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @since 10
|
||||
@ -2191,6 +2196,7 @@ declare interface RichEditorParagraphStyleOptions extends RichEditorRange {
|
||||
/**
|
||||
* Defines text span style option of RichEditor.
|
||||
*
|
||||
* @extends RichEditorSpanStyleOptions
|
||||
* @interface RichEditorUpdateTextSpanStyleOptions
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
@ -2220,6 +2226,7 @@ declare interface RichEditorUpdateTextSpanStyleOptions extends RichEditorSpanSty
|
||||
/**
|
||||
* Defines image span style option of RichEditor.
|
||||
*
|
||||
* @extends RichEditorSpanStyleOptions
|
||||
* @interface RichEditorUpdateImageSpanStyleOptions
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @since 10
|
||||
@ -2227,6 +2234,7 @@ declare interface RichEditorUpdateTextSpanStyleOptions extends RichEditorSpanSty
|
||||
/**
|
||||
* Defines image span style option of RichEditor.
|
||||
*
|
||||
* @extends RichEditorSpanStyleOptions
|
||||
* @interface RichEditorUpdateImageSpanStyleOptions
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
@ -2256,6 +2264,7 @@ declare interface RichEditorUpdateImageSpanStyleOptions extends RichEditorSpanSt
|
||||
/**
|
||||
* Defines symbol span style option of RichEditor.
|
||||
*
|
||||
* @extends RichEditorSpanStyleOptions
|
||||
* @interface RichEditorUpdateSymbolSpanStyleOptions
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
@ -2264,6 +2273,7 @@ declare interface RichEditorUpdateImageSpanStyleOptions extends RichEditorSpanSt
|
||||
/**
|
||||
* Defines symbol span style option of RichEditor.
|
||||
*
|
||||
* @extends RichEditorSpanStyleOptions
|
||||
* @interface RichEditorUpdateSymbolSpanStyleOptions
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
|
1
api/@internal/component/ets/text_common.d.ts
vendored
1
api/@internal/component/ets/text_common.d.ts
vendored
@ -423,6 +423,7 @@ declare interface TextBaseController {
|
||||
/**
|
||||
* Define the text extended editing controller.
|
||||
*
|
||||
* @extends TextBaseController
|
||||
* @interface TextEditControllerEx
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
|
Loading…
Reference in New Issue
Block a user