From d3983f40a395da7dbbdacb16cf6b7fe8bac9342c Mon Sep 17 00:00:00 2001 From: yyuanche Date: Wed, 1 Nov 2023 15:44:13 +0800 Subject: [PATCH] =?UTF-8?q?JSDoc=E8=AF=AD=E6=B3=95=E6=95=B4=E6=94=B9=20Sig?= =?UTF-8?q?ned-off-by:=20yyuanche=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component/ets/ability_component.d.ts | 2 +- .../component/ets/alphabet_indexer.d.ts | 4 +- api/@internal/component/ets/animator.d.ts | 2 +- api/@internal/component/ets/badge.d.ts | 6 +-- api/@internal/component/ets/blank.d.ts | 6 +-- api/@internal/component/ets/button.d.ts | 6 +-- .../component/ets/calendar_picker.d.ts | 2 +- api/@internal/component/ets/checkbox.d.ts | 6 +-- .../component/ets/checkboxgroup.d.ts | 6 +-- api/@internal/component/ets/circle.d.ts | 6 +-- api/@internal/component/ets/column.d.ts | 6 +-- api/@internal/component/ets/column_split.d.ts | 4 +- api/@internal/component/ets/common.d.ts | 24 +++++++----- .../component/ets/common_ts_ets_api.d.ts | 4 +- api/@internal/component/ets/counter.d.ts | 6 +-- api/@internal/component/ets/divider.d.ts | 6 +-- .../component/ets/effect_component.d.ts | 2 +- api/@internal/component/ets/ellipse.d.ts | 6 +-- api/@internal/component/ets/flex.d.ts | 6 +-- api/@internal/component/ets/flow_item.d.ts | 4 +- .../component/ets/form_component.d.ts | 2 +- api/@internal/component/ets/form_link.d.ts | 2 +- api/@internal/component/ets/gauge.d.ts | 6 +-- api/@internal/component/ets/gridItem.d.ts | 4 +- api/@internal/component/ets/hyperlink.d.ts | 2 +- .../component/ets/image_animator.d.ts | 4 +- api/@internal/component/ets/image_span.d.ts | 2 +- api/@internal/component/ets/line.d.ts | 6 +-- api/@internal/component/ets/list.d.ts | 6 +-- api/@internal/component/ets/list_item.d.ts | 6 +-- .../component/ets/list_item_group.d.ts | 4 +- .../component/ets/loading_progress.d.ts | 6 +-- api/@internal/component/ets/marquee.d.ts | 6 +-- api/@internal/component/ets/menu.d.ts | 4 +- api/@internal/component/ets/menu_item.d.ts | 4 +- .../component/ets/menu_item_group.d.ts | 4 +- .../component/ets/nav_destination.d.ts | 4 +- api/@internal/component/ets/nav_router.d.ts | 4 +- api/@internal/component/ets/navigation.d.ts | 4 +- api/@internal/component/ets/navigator.d.ts | 4 +- api/@internal/component/ets/panel.d.ts | 4 +- api/@internal/component/ets/particle.d.ts | 2 +- api/@internal/component/ets/path.d.ts | 6 +-- api/@internal/component/ets/pattern_lock.d.ts | 4 +- .../component/ets/plugin_component.d.ts | 2 +- api/@internal/component/ets/polyline.d.ts | 6 +-- api/@internal/component/ets/progress.d.ts | 6 +-- api/@internal/component/ets/qrcode.d.ts | 6 +-- api/@internal/component/ets/radio.d.ts | 6 +-- api/@internal/component/ets/rating.d.ts | 6 +-- api/@internal/component/ets/rect.d.ts | 6 +-- api/@internal/component/ets/refresh.d.ts | 4 +- .../component/ets/relative_container.d.ts | 4 +- .../component/ets/remote_window.d.ts | 2 +- api/@internal/component/ets/rich_editor.d.ts | 2 +- api/@internal/component/ets/rich_text.d.ts | 2 +- api/@internal/component/ets/root_scene.d.ts | 2 +- api/@internal/component/ets/row.d.ts | 6 +-- api/@internal/component/ets/row_split.d.ts | 4 +- api/@internal/component/ets/screen.d.ts | 2 +- api/@internal/component/ets/scroll.d.ts | 6 +-- api/@internal/component/ets/scroll_bar.d.ts | 4 +- api/@internal/component/ets/search.d.ts | 4 +- api/@internal/component/ets/select.d.ts | 4 +- api/@internal/component/ets/shape.d.ts | 6 +-- api/@internal/component/ets/sidebar.d.ts | 4 +- api/@internal/component/ets/slider.d.ts | 6 +-- api/@internal/component/ets/span.d.ts | 6 +-- api/@internal/component/ets/stack.d.ts | 6 +-- api/@internal/component/ets/stepper.d.ts | 4 +- api/@internal/component/ets/stepper_item.d.ts | 4 +- api/@internal/component/ets/tab_content.d.ts | 8 ++-- api/@internal/component/ets/tabs.d.ts | 4 +- api/@internal/component/ets/text.d.ts | 6 +-- api/@internal/component/ets/text_area.d.ts | 4 +- api/@internal/component/ets/text_input.d.ts | 4 +- api/@internal/component/ets/text_picker.d.ts | 4 +- api/@internal/component/ets/text_timer.d.ts | 4 +- api/@internal/component/ets/time_picker.d.ts | 4 +- api/@internal/component/ets/toggle.d.ts | 6 +-- .../component/ets/ui_extension_component.d.ts | 2 +- api/@internal/component/ets/video.d.ts | 4 +- api/@internal/component/ets/water_flow.d.ts | 4 +- api/@internal/component/ets/xcomponent.d.ts | 2 +- api/@ohos.animator.d.ts | 37 ++++++++++++++----- 85 files changed, 224 insertions(+), 203 deletions(-) diff --git a/api/@internal/component/ets/ability_component.d.ts b/api/@internal/component/ets/ability_component.d.ts index 94c24e605..ee38b371d 100644 --- a/api/@internal/component/ets/ability_component.d.ts +++ b/api/@internal/component/ets/ability_component.d.ts @@ -42,7 +42,7 @@ interface AbilityComponentInterface { /** * Define the attribute functions of ability component. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @systemapi * @since 9 diff --git a/api/@internal/component/ets/alphabet_indexer.d.ts b/api/@internal/component/ets/alphabet_indexer.d.ts index 6855f2adc..5f1e6847b 100644 --- a/api/@internal/component/ets/alphabet_indexer.d.ts +++ b/api/@internal/component/ets/alphabet_indexer.d.ts @@ -101,14 +101,14 @@ interface AlphabetIndexerInterface { /** * Defines the alphabet index bar attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the alphabet index bar attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/animator.d.ts b/api/@internal/component/ets/animator.d.ts index db9b5c5fd..0bf196aa4 100644 --- a/api/@internal/component/ets/animator.d.ts +++ b/api/@internal/component/ets/animator.d.ts @@ -124,7 +124,7 @@ interface AnimatorInterface { /** * Defines AnimatorAttribute. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @systemapi * @since 7 diff --git a/api/@internal/component/ets/badge.d.ts b/api/@internal/component/ets/badge.d.ts index 379dac6b4..6a7e98277 100644 --- a/api/@internal/component/ets/badge.d.ts +++ b/api/@internal/component/ets/badge.d.ts @@ -581,14 +581,14 @@ interface BadgeInterface { /** * Defines Badge Component attribute. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines Badge Component attribute. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -596,7 +596,7 @@ interface BadgeInterface { /** * Defines Badge Component attribute. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/blank.d.ts b/api/@internal/component/ets/blank.d.ts index 99bbf0ad5..e3936bf3b 100644 --- a/api/@internal/component/ets/blank.d.ts +++ b/api/@internal/component/ets/blank.d.ts @@ -71,14 +71,14 @@ interface BlankInterface { /** * Inheritance CommonMethod Set Styles * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Inheritance CommonMethod Set Styles * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -86,7 +86,7 @@ interface BlankInterface { /** * Inheritance CommonMethod Set Styles * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/button.d.ts b/api/@internal/component/ets/button.d.ts index 720dd829a..1b2498c67 100644 --- a/api/@internal/component/ets/button.d.ts +++ b/api/@internal/component/ets/button.d.ts @@ -372,14 +372,14 @@ declare interface LabelStyle { /** * Defines the button attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the button attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -387,7 +387,7 @@ declare interface LabelStyle { /** * Defines the button attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/calendar_picker.d.ts b/api/@internal/component/ets/calendar_picker.d.ts index 952fa0f46..a6a758f65 100644 --- a/api/@internal/component/ets/calendar_picker.d.ts +++ b/api/@internal/component/ets/calendar_picker.d.ts @@ -92,7 +92,7 @@ interface CalendarPickerInterface { /** * Defines the CalendarPicker attribute functions. - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/checkbox.d.ts b/api/@internal/component/ets/checkbox.d.ts index ccd19e357..88bd01e60 100644 --- a/api/@internal/component/ets/checkbox.d.ts +++ b/api/@internal/component/ets/checkbox.d.ts @@ -152,14 +152,14 @@ interface CheckboxInterface { /** * Defines the attribute functions of Checkbox. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * Defines the attribute functions of Checkbox. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -167,7 +167,7 @@ interface CheckboxInterface { /** * Defines the attribute functions of Checkbox. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/checkboxgroup.d.ts b/api/@internal/component/ets/checkboxgroup.d.ts index 042781c17..a0e7bd41e 100644 --- a/api/@internal/component/ets/checkboxgroup.d.ts +++ b/api/@internal/component/ets/checkboxgroup.d.ts @@ -293,14 +293,14 @@ interface CheckboxGroupInterface { /** * Defines the attribute functions of CheckboxGroup. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * Defines the attribute functions of CheckboxGroup. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -308,7 +308,7 @@ interface CheckboxGroupInterface { /** * Defines the attribute functions of CheckboxGroup. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/circle.d.ts b/api/@internal/component/ets/circle.d.ts index 71b53edd2..a0e654db5 100644 --- a/api/@internal/component/ets/circle.d.ts +++ b/api/@internal/component/ets/circle.d.ts @@ -178,14 +178,14 @@ interface CircleInterface { /** * Circle drawing component attribute functions. * - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Circle drawing component attribute functions. * - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -193,7 +193,7 @@ interface CircleInterface { /** * Circle drawing component attribute functions. * - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/column.d.ts b/api/@internal/component/ets/column.d.ts index 93d6852b6..d7da6bccd 100644 --- a/api/@internal/component/ets/column.d.ts +++ b/api/@internal/component/ets/column.d.ts @@ -77,14 +77,14 @@ interface ColumnInterface { /** * Defines the Column component attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the Column component attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -92,7 +92,7 @@ interface ColumnInterface { /** * Defines the Column component attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/column_split.d.ts b/api/@internal/component/ets/column_split.d.ts index 48e9bf073..ab0170b96 100644 --- a/api/@internal/component/ets/column_split.d.ts +++ b/api/@internal/component/ets/column_split.d.ts @@ -82,14 +82,14 @@ interface ColumnSplitDividerStyle { /** * Defines the ColumnSplit component attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the ColumnSplit component attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index d6b0b08d4..3cc9ddce5 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -2050,8 +2050,9 @@ declare class TransitionEffect< /** * Defines an identity transition effect * - * @constant * @type { TransitionEffect<"identity"> } + * @readonly + * @static * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 @@ -2062,8 +2063,9 @@ declare class TransitionEffect< /** * Defines an opacity transition effect * - * @constant * @type { TransitionEffect<"opacity"> } + * @readonly + * @static * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 @@ -2074,12 +2076,13 @@ declare class TransitionEffect< /** * Defines a slide transition effect * - * @constant * @type { TransitionEffect< * "asymmetric", * {appear: TransitionEffect<"move", TransitionEdge>; * disappear: TransitionEffect<"move", TransitionEdge>; * }> } + * @readonly + * @static * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 @@ -2096,8 +2099,9 @@ declare class TransitionEffect< /** * Defines a slide & switch transition effect * - * @constant * @type { TransitionEffect<"slideSwitch"> } + * @readonly + * @static * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 @@ -9269,14 +9273,14 @@ declare class CommonMethod { /** * CommonAttribute for ide. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * CommonAttribute for ide. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -9284,7 +9288,7 @@ declare class CommonMethod { /** * CommonAttribute for ide. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 @@ -9405,14 +9409,14 @@ declare type FractionStop = [ number, number ]; /** * CommonShapeMethod * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * CommonShapeMethod * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -9420,7 +9424,7 @@ declare type FractionStop = [ number, number ]; /** * CommonShapeMethod * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/common_ts_ets_api.d.ts b/api/@internal/component/ets/common_ts_ets_api.d.ts index 11e72d95b..a71b6305a 100644 --- a/api/@internal/component/ets/common_ts_ets_api.d.ts +++ b/api/@internal/component/ets/common_ts_ets_api.d.ts @@ -625,7 +625,7 @@ interface IPropertySubscriber { /** * Defines the state value. * - * @extends SubscribedAbstractProperty + * @extends SubscribedAbstractProperty * @syscap SystemCapability.ArkUI.ArkUI.Full * @systemapi * @since 7 @@ -699,7 +699,7 @@ declare class SyncedPropertyTwoWay /** * Defines the prop state value. * - * @extends SubscribedAbstractProperty + * @extends SubscribedAbstractProperty * @syscap SystemCapability.ArkUI.ArkUI.Full * @systemapi * @since 7 diff --git a/api/@internal/component/ets/counter.d.ts b/api/@internal/component/ets/counter.d.ts index d548b62bb..17b7cfc23 100644 --- a/api/@internal/component/ets/counter.d.ts +++ b/api/@internal/component/ets/counter.d.ts @@ -68,14 +68,14 @@ interface CounterInterface { /** * Defines the Counter attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the Counter attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -83,7 +83,7 @@ interface CounterInterface { /** * Defines the Counter attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/divider.d.ts b/api/@internal/component/ets/divider.d.ts index f0b72d2dc..c55e05901 100644 --- a/api/@internal/component/ets/divider.d.ts +++ b/api/@internal/component/ets/divider.d.ts @@ -68,14 +68,14 @@ interface DividerInterface { /** * Defines the Divider attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the Divider attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -83,7 +83,7 @@ interface DividerInterface { /** * Defines the Divider attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/effect_component.d.ts b/api/@internal/component/ets/effect_component.d.ts index ccedcb5b9..6380d6378 100644 --- a/api/@internal/component/ets/effect_component.d.ts +++ b/api/@internal/component/ets/effect_component.d.ts @@ -37,7 +37,7 @@ interface EffectComponentInterface { /** * Defines the Effect Component attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @systemapi * @since 10 diff --git a/api/@internal/component/ets/ellipse.d.ts b/api/@internal/component/ets/ellipse.d.ts index b426ac364..437b063e1 100644 --- a/api/@internal/component/ets/ellipse.d.ts +++ b/api/@internal/component/ets/ellipse.d.ts @@ -98,18 +98,18 @@ interface EllipseInterface { } /** - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ /** - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/flex.d.ts b/api/@internal/component/ets/flex.d.ts index 673007e0c..1cc2dffcd 100644 --- a/api/@internal/component/ets/flex.d.ts +++ b/api/@internal/component/ets/flex.d.ts @@ -227,14 +227,14 @@ interface FlexInterface { /** * Defines the Flex attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the Flex attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -242,7 +242,7 @@ interface FlexInterface { /** * Defines the Flex attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/flow_item.d.ts b/api/@internal/component/ets/flow_item.d.ts index 3966aaf18..874b6af4e 100644 --- a/api/@internal/component/ets/flow_item.d.ts +++ b/api/@internal/component/ets/flow_item.d.ts @@ -50,14 +50,14 @@ interface FlowItemInterface { /** * Defines the water flow item attribute. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 */ /** * Defines the water flow item attribute. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/form_component.d.ts b/api/@internal/component/ets/form_component.d.ts index e6f5fb991..db1de7e6d 100644 --- a/api/@internal/component/ets/form_component.d.ts +++ b/api/@internal/component/ets/form_component.d.ts @@ -117,7 +117,7 @@ interface FormComponentInterface { } /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @systemapi * @since 7 diff --git a/api/@internal/component/ets/form_link.d.ts b/api/@internal/component/ets/form_link.d.ts index c2e69a206..67f09756e 100644 --- a/api/@internal/component/ets/form_link.d.ts +++ b/api/@internal/component/ets/form_link.d.ts @@ -115,7 +115,7 @@ interface FormLinkInterface { /** * Defines the FormLink attribute. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 10 * @form diff --git a/api/@internal/component/ets/gauge.d.ts b/api/@internal/component/ets/gauge.d.ts index ad9522545..ec45d2d1b 100644 --- a/api/@internal/component/ets/gauge.d.ts +++ b/api/@internal/component/ets/gauge.d.ts @@ -118,18 +118,18 @@ declare interface GaugeIndicatorOptions { } /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/gridItem.d.ts b/api/@internal/component/ets/gridItem.d.ts index 7b2ade168..6394d6c51 100644 --- a/api/@internal/component/ets/gridItem.d.ts +++ b/api/@internal/component/ets/gridItem.d.ts @@ -105,12 +105,12 @@ interface GridItemInterface { } /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/hyperlink.d.ts b/api/@internal/component/ets/hyperlink.d.ts index 237b9d6da..932a916d3 100644 --- a/api/@internal/component/ets/hyperlink.d.ts +++ b/api/@internal/component/ets/hyperlink.d.ts @@ -38,7 +38,7 @@ interface HyperlinkInterface { /** * Defines the hyperlink attribute functions * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ diff --git a/api/@internal/component/ets/image_animator.d.ts b/api/@internal/component/ets/image_animator.d.ts index a71d5f9bd..44e96971b 100644 --- a/api/@internal/component/ets/image_animator.d.ts +++ b/api/@internal/component/ets/image_animator.d.ts @@ -179,14 +179,14 @@ interface ImageFrameInfo { /** * inheritance CommonMethod * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * inheritance CommonMethod * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/image_span.d.ts b/api/@internal/component/ets/image_span.d.ts index 11f04aa5c..ab13974ed 100644 --- a/api/@internal/component/ets/image_span.d.ts +++ b/api/@internal/component/ets/image_span.d.ts @@ -37,7 +37,7 @@ interface ImageSpanInterface { /** * Define the ImageSpan attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/line.d.ts b/api/@internal/component/ets/line.d.ts index c3d26219b..9fd8a38a1 100644 --- a/api/@internal/component/ets/line.d.ts +++ b/api/@internal/component/ets/line.d.ts @@ -112,14 +112,14 @@ interface LineInterface { /** * inheritance CommonShapeMethod. * - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * inheritance CommonShapeMethod. * - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -127,7 +127,7 @@ interface LineInterface { /** * inheritance CommonShapeMethod. * - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/list.d.ts b/api/@internal/component/ets/list.d.ts index 9712f8467..7d1a3ea3d 100644 --- a/api/@internal/component/ets/list.d.ts +++ b/api/@internal/component/ets/list.d.ts @@ -519,18 +519,18 @@ interface ListInterface { } /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/list_item.d.ts b/api/@internal/component/ets/list_item.d.ts index 971277772..0ab611f27 100644 --- a/api/@internal/component/ets/list_item.d.ts +++ b/api/@internal/component/ets/list_item.d.ts @@ -454,18 +454,18 @@ interface ListItemInterface { } /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/list_item_group.d.ts b/api/@internal/component/ets/list_item_group.d.ts index 4b9ac79f0..6492f52dd 100644 --- a/api/@internal/component/ets/list_item_group.d.ts +++ b/api/@internal/component/ets/list_item_group.d.ts @@ -184,14 +184,14 @@ interface ListItemGroupInterface { /** * Defines the item group attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 */ /** * Defines the item group attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/loading_progress.d.ts b/api/@internal/component/ets/loading_progress.d.ts index 8b7406798..d03b3f1cc 100644 --- a/api/@internal/component/ets/loading_progress.d.ts +++ b/api/@internal/component/ets/loading_progress.d.ts @@ -163,14 +163,14 @@ interface LoadingProgressInterface { /** * Declare the progress bar being loaded * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * Declare the progress bar being loaded * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -178,7 +178,7 @@ interface LoadingProgressInterface { /** * Declare the progress bar being loaded * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/marquee.d.ts b/api/@internal/component/ets/marquee.d.ts index 2298e647a..3d2ba6a46 100644 --- a/api/@internal/component/ets/marquee.d.ts +++ b/api/@internal/component/ets/marquee.d.ts @@ -71,14 +71,14 @@ interface MarqueeInterface { /** * Declares marquee properties. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * Declares marquee properties. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -86,7 +86,7 @@ interface MarqueeInterface { /** * Declares marquee properties. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/menu.d.ts b/api/@internal/component/ets/menu.d.ts index cd8b02921..23c37bbf6 100644 --- a/api/@internal/component/ets/menu.d.ts +++ b/api/@internal/component/ets/menu.d.ts @@ -50,14 +50,14 @@ interface MenuInterface { /** * Defines the Menu component attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 */ /** * Defines the Menu component attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/menu_item.d.ts b/api/@internal/component/ets/menu_item.d.ts index 8846384ac..15a1d9d36 100644 --- a/api/@internal/component/ets/menu_item.d.ts +++ b/api/@internal/component/ets/menu_item.d.ts @@ -154,14 +154,14 @@ interface MenuItemInterface { /** * Defines the MenuItem component attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 */ /** * Defines the MenuItem component attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/menu_item_group.d.ts b/api/@internal/component/ets/menu_item_group.d.ts index 6a33a32e3..e17ca98ec 100644 --- a/api/@internal/component/ets/menu_item_group.d.ts +++ b/api/@internal/component/ets/menu_item_group.d.ts @@ -103,14 +103,14 @@ interface MenuItemGroupInterface { /** * Defines the MenuItemGroup component attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 */ /** * Defines the MenuItemGroup component attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/nav_destination.d.ts b/api/@internal/component/ets/nav_destination.d.ts index d769395ac..f9a09263e 100644 --- a/api/@internal/component/ets/nav_destination.d.ts +++ b/api/@internal/component/ets/nav_destination.d.ts @@ -152,14 +152,14 @@ declare interface NavDestinationInterface { /** * The attribute function of NavDestination * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 */ /** * The attribute function of NavDestination * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/nav_router.d.ts b/api/@internal/component/ets/nav_router.d.ts index 625e05ea4..cac57dda5 100644 --- a/api/@internal/component/ets/nav_router.d.ts +++ b/api/@internal/component/ets/nav_router.d.ts @@ -128,14 +128,14 @@ declare enum NavRouteMode { /** * The attribute function of NavRouter * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 */ /** * The attribute function of NavRouter * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/navigation.d.ts b/api/@internal/component/ets/navigation.d.ts index 6ad8bd553..3b450fe98 100644 --- a/api/@internal/component/ets/navigation.d.ts +++ b/api/@internal/component/ets/navigation.d.ts @@ -696,14 +696,14 @@ declare interface ToolbarItem { /** * Declare Navigation view properties. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * Declare Navigation view properties. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/navigator.d.ts b/api/@internal/component/ets/navigator.d.ts index d96efbec7..320275a4d 100644 --- a/api/@internal/component/ets/navigator.d.ts +++ b/api/@internal/component/ets/navigator.d.ts @@ -131,14 +131,14 @@ interface NavigatorInterface { /** * Declare navigator properties. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Declare navigator properties. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/panel.d.ts b/api/@internal/component/ets/panel.d.ts index 95006c573..8b75446b0 100644 --- a/api/@internal/component/ets/panel.d.ts +++ b/api/@internal/component/ets/panel.d.ts @@ -206,14 +206,14 @@ interface PanelInterface { } /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Pane Attribute. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/particle.d.ts b/api/@internal/component/ets/particle.d.ts index d0cd57fe8..9ee06d442 100644 --- a/api/@internal/component/ets/particle.d.ts +++ b/api/@internal/component/ets/particle.d.ts @@ -610,7 +610,7 @@ declare enum ParticleUpdater { /** * Defines the Particle component attribute functions. - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/path.d.ts b/api/@internal/component/ets/path.d.ts index 97cf14af9..d3d1277e9 100644 --- a/api/@internal/component/ets/path.d.ts +++ b/api/@internal/component/ets/path.d.ts @@ -100,14 +100,14 @@ interface PathInterface { /** * Provides methods for attribute path component. * - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Provides methods for attribute path component. * - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -115,7 +115,7 @@ interface PathInterface { /** * Provides methods for attribute path component. * - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/pattern_lock.d.ts b/api/@internal/component/ets/pattern_lock.d.ts index c33d562bf..d95e1f9c0 100644 --- a/api/@internal/component/ets/pattern_lock.d.ts +++ b/api/@internal/component/ets/pattern_lock.d.ts @@ -111,14 +111,14 @@ interface PatternLockInterface { /** * Provides methods for attribute pattern lock component. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 */ /** * Provides methods for attribute pattern lock component. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/plugin_component.d.ts b/api/@internal/component/ets/plugin_component.d.ts index dec05b8da..8bf54b642 100644 --- a/api/@internal/component/ets/plugin_component.d.ts +++ b/api/@internal/component/ets/plugin_component.d.ts @@ -66,7 +66,7 @@ interface PluginComponentInterface { /** * Defines the plugin component attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @systemapi * @since 9 diff --git a/api/@internal/component/ets/polyline.d.ts b/api/@internal/component/ets/polyline.d.ts index 8402976c7..90ca5edda 100644 --- a/api/@internal/component/ets/polyline.d.ts +++ b/api/@internal/component/ets/polyline.d.ts @@ -86,18 +86,18 @@ interface PolylineInterface { } /** - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ /** - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/progress.d.ts b/api/@internal/component/ets/progress.d.ts index 24ba9cead..c2157daaf 100644 --- a/api/@internal/component/ets/progress.d.ts +++ b/api/@internal/component/ets/progress.d.ts @@ -1060,14 +1060,14 @@ interface ProgressInterface { /** * Defines the progress attribute functions. * - * @extends CommonMethod + * @extends CommonMethod> * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the progress attribute functions. * - * @extends CommonMethod + * @extends CommonMethod> * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -1075,7 +1075,7 @@ interface ProgressInterface { /** * Defines the progress attribute functions. * - * @extends CommonMethod + * @extends CommonMethod> * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/qrcode.d.ts b/api/@internal/component/ets/qrcode.d.ts index 1ec5411b1..624e29266 100644 --- a/api/@internal/component/ets/qrcode.d.ts +++ b/api/@internal/component/ets/qrcode.d.ts @@ -71,14 +71,14 @@ interface QRCodeInterface { /** * Defines the qrcode attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the qrcode attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -86,7 +86,7 @@ interface QRCodeInterface { /** * Defines the qrcode attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/radio.d.ts b/api/@internal/component/ets/radio.d.ts index 1d6eeb0ab..3a7583132 100644 --- a/api/@internal/component/ets/radio.d.ts +++ b/api/@internal/component/ets/radio.d.ts @@ -192,14 +192,14 @@ interface RadioInterface { /** * Provides methods for radio method component. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * Provides methods for radio method component. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -207,7 +207,7 @@ interface RadioInterface { /** * Provides methods for radio method component. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/rating.d.ts b/api/@internal/component/ets/rating.d.ts index 5799d405e..95c9466f0 100644 --- a/api/@internal/component/ets/rating.d.ts +++ b/api/@internal/component/ets/rating.d.ts @@ -71,14 +71,14 @@ interface RatingInterface { /** * Defines the rating attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the rating attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -86,7 +86,7 @@ interface RatingInterface { /** * Defines the rating attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/rect.d.ts b/api/@internal/component/ets/rect.d.ts index 19a57512b..dff06489b 100644 --- a/api/@internal/component/ets/rect.d.ts +++ b/api/@internal/component/ets/rect.d.ts @@ -129,20 +129,20 @@ interface RectInterface { /** * rect attribute declaration. * - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @since 7 */ /** * rect attribute declaration. * - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @since 9 * @form */ /** * rect attribute declaration. * - * @extends CommonShapeMethod + * @extends CommonShapeMethod * @crossplatform * @since 10 * @form diff --git a/api/@internal/component/ets/refresh.d.ts b/api/@internal/component/ets/refresh.d.ts index 8f10cfc42..dffab0d79 100644 --- a/api/@internal/component/ets/refresh.d.ts +++ b/api/@internal/component/ets/refresh.d.ts @@ -234,14 +234,14 @@ interface RefreshInterface { /** * Defines the refresh attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * Defines the refresh attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/relative_container.d.ts b/api/@internal/component/ets/relative_container.d.ts index 2ed217960..10c72acff 100644 --- a/api/@internal/component/ets/relative_container.d.ts +++ b/api/@internal/component/ets/relative_container.d.ts @@ -35,13 +35,13 @@ interface RelativeContainerInterface { } /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/remote_window.d.ts b/api/@internal/component/ets/remote_window.d.ts index 3caa03012..2b9c911ef 100644 --- a/api/@internal/component/ets/remote_window.d.ts +++ b/api/@internal/component/ets/remote_window.d.ts @@ -129,7 +129,7 @@ interface RemoteWindowInterface { /** * Inheritance CommonMethod Set Styles * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @systemapi * @since 9 diff --git a/api/@internal/component/ets/rich_editor.d.ts b/api/@internal/component/ets/rich_editor.d.ts index d6b780db8..744a27f63 100644 --- a/api/@internal/component/ets/rich_editor.d.ts +++ b/api/@internal/component/ets/rich_editor.d.ts @@ -933,7 +933,7 @@ declare class RichEditorController { /** * Provides attribute for RichEditor. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 10 */ diff --git a/api/@internal/component/ets/rich_text.d.ts b/api/@internal/component/ets/rich_text.d.ts index 84b08ecbf..f3a5c78b0 100644 --- a/api/@internal/component/ets/rich_text.d.ts +++ b/api/@internal/component/ets/rich_text.d.ts @@ -35,7 +35,7 @@ interface RichTextInterface { /** * Defines the RichText attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ diff --git a/api/@internal/component/ets/root_scene.d.ts b/api/@internal/component/ets/root_scene.d.ts index b85b2d2fe..53df2d2fb 100644 --- a/api/@internal/component/ets/root_scene.d.ts +++ b/api/@internal/component/ets/root_scene.d.ts @@ -48,7 +48,7 @@ interface RootSceneInterface { /** * Defines the attribute functions of RootScene. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @systemapi * @since 10 diff --git a/api/@internal/component/ets/row.d.ts b/api/@internal/component/ets/row.d.ts index 4a1db071e..17d12c90d 100644 --- a/api/@internal/component/ets/row.d.ts +++ b/api/@internal/component/ets/row.d.ts @@ -71,14 +71,14 @@ interface RowInterface { /** * Defines the row attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the row attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -86,7 +86,7 @@ interface RowInterface { /** * Defines the row attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/row_split.d.ts b/api/@internal/component/ets/row_split.d.ts index b1d3f7815..877eed50f 100644 --- a/api/@internal/component/ets/row_split.d.ts +++ b/api/@internal/component/ets/row_split.d.ts @@ -48,12 +48,12 @@ interface RowSplitInterface { } /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/screen.d.ts b/api/@internal/component/ets/screen.d.ts index 59fc8567a..21994da94 100644 --- a/api/@internal/component/ets/screen.d.ts +++ b/api/@internal/component/ets/screen.d.ts @@ -37,7 +37,7 @@ interface ScreenInterface { /** * Defines the attribute functions of Screen. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @systemapi * @since 10 diff --git a/api/@internal/component/ets/scroll.d.ts b/api/@internal/component/ets/scroll.d.ts index 5169c3c1d..f289f785a 100644 --- a/api/@internal/component/ets/scroll.d.ts +++ b/api/@internal/component/ets/scroll.d.ts @@ -222,7 +222,7 @@ declare class Scroller { /** * Descriptive animation. * - * @type { ?object } The object type provides custom animation parameters + * @type { ?({ duration?: number; curve?: Curve | ICurve } | boolean) } The object type provides custom animation parameters * and the boolean type enables default spring animation. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform @@ -449,14 +449,14 @@ interface ScrollInterface { /** * Defines the scroll attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the scroll attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/scroll_bar.d.ts b/api/@internal/component/ets/scroll_bar.d.ts index 36932cf9c..148fcaffa 100644 --- a/api/@internal/component/ets/scroll_bar.d.ts +++ b/api/@internal/component/ets/scroll_bar.d.ts @@ -167,14 +167,14 @@ interface ScrollBarInterface { /** * Defines the scrollbar attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * Defines the scrollbar attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/search.d.ts b/api/@internal/component/ets/search.d.ts index e23935a21..35c86b323 100644 --- a/api/@internal/component/ets/search.d.ts +++ b/api/@internal/component/ets/search.d.ts @@ -273,14 +273,14 @@ interface SearchButtonOptions { /** * The attribute function of search * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * The attribute function of search * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/select.d.ts b/api/@internal/component/ets/select.d.ts index f967df038..a52c3ac69 100644 --- a/api/@internal/component/ets/select.d.ts +++ b/api/@internal/component/ets/select.d.ts @@ -191,14 +191,14 @@ declare enum MenuAlignType { /** * The commonMethod of select. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * The commonMethod of select. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/shape.d.ts b/api/@internal/component/ets/shape.d.ts index 96ac30073..6fa35f43e 100644 --- a/api/@internal/component/ets/shape.d.ts +++ b/api/@internal/component/ets/shape.d.ts @@ -100,18 +100,18 @@ interface ShapeInterface { } /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/sidebar.d.ts b/api/@internal/component/ets/sidebar.d.ts index d4522761e..e4445f4e2 100644 --- a/api/@internal/component/ets/sidebar.d.ts +++ b/api/@internal/component/ets/sidebar.d.ts @@ -313,13 +313,13 @@ interface DividerStyle { /** * The attribute function of sidebar * - * @extends CommonMethod + * @extends CommonMethod * @since 8 */ /** * The attribute function of sidebar * - * @extends CommonMethod + * @extends CommonMethod * @crossplatform * @since 10 */ diff --git a/api/@internal/component/ets/slider.d.ts b/api/@internal/component/ets/slider.d.ts index 65863d1ac..ca404a956 100644 --- a/api/@internal/component/ets/slider.d.ts +++ b/api/@internal/component/ets/slider.d.ts @@ -546,14 +546,14 @@ interface SliderInterface { /** * Defines the attribute functions of Slider. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the attribute functions of Slider. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form @@ -561,7 +561,7 @@ interface SliderInterface { /** * Defines the attribute functions of Slider. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/span.d.ts b/api/@internal/component/ets/span.d.ts index 5ec952920..92f5c59c4 100644 --- a/api/@internal/component/ets/span.d.ts +++ b/api/@internal/component/ets/span.d.ts @@ -69,18 +69,18 @@ interface SpanInterface { } /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/stack.d.ts b/api/@internal/component/ets/stack.d.ts index d65bf6354..c30951f9e 100644 --- a/api/@internal/component/ets/stack.d.ts +++ b/api/@internal/component/ets/stack.d.ts @@ -69,18 +69,18 @@ interface StackInterface { } /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/stepper.d.ts b/api/@internal/component/ets/stepper.d.ts index 7fed4411c..5c2f9a060 100644 --- a/api/@internal/component/ets/stepper.d.ts +++ b/api/@internal/component/ets/stepper.d.ts @@ -52,14 +52,14 @@ interface StepperInterface { /** * Defines the stepper attribute functions * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * Defines the stepper attribute functions * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/stepper_item.d.ts b/api/@internal/component/ets/stepper_item.d.ts index 451efbf7b..d9caa4223 100644 --- a/api/@internal/component/ets/stepper_item.d.ts +++ b/api/@internal/component/ets/stepper_item.d.ts @@ -127,14 +127,14 @@ interface StepperItemInterface { /** * Defines the stepper item attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * Defines the stepper item attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/tab_content.d.ts b/api/@internal/component/ets/tab_content.d.ts index 0a2204caf..70d6d5efd 100644 --- a/api/@internal/component/ets/tab_content.d.ts +++ b/api/@internal/component/ets/tab_content.d.ts @@ -196,7 +196,7 @@ declare interface LabelStyle { /** * Min font size for adapted height. * - * @type { ?number | ResourceStr } + * @type { ?(number | ResourceStr) } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 @@ -206,7 +206,7 @@ declare interface LabelStyle { /** * Max font size for adapted height. * - * @type { ?number | ResourceStr } + * @type { ?(number | ResourceStr) } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 @@ -472,13 +472,13 @@ interface TabContentInterface { /** * Defines the attribute functions of TabContent. * - * @extends CommonMethod + * @extends CommonMethod * @since 7 */ /** * Defines the attribute functions of TabContent. * - * @extends CommonMethod + * @extends CommonMethod * @crossplatform * @since 10 */ diff --git a/api/@internal/component/ets/tabs.d.ts b/api/@internal/component/ets/tabs.d.ts index e394f2bb1..a60ae02be 100644 --- a/api/@internal/component/ets/tabs.d.ts +++ b/api/@internal/component/ets/tabs.d.ts @@ -367,14 +367,14 @@ interface ScrollableBarModeOptions { /** * Defines the tabs attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the tabs attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/text.d.ts b/api/@internal/component/ets/text.d.ts index 3598b8116..120d1a39f 100644 --- a/api/@internal/component/ets/text.d.ts +++ b/api/@internal/component/ets/text.d.ts @@ -69,18 +69,18 @@ interface TextInterface { } /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ /** - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/text_area.d.ts b/api/@internal/component/ets/text_area.d.ts index 498ba9853..7a7d373cd 100644 --- a/api/@internal/component/ets/text_area.d.ts +++ b/api/@internal/component/ets/text_area.d.ts @@ -188,14 +188,14 @@ interface TextAreaInterface { /** * Defines the attribute functions of TextArea. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the attribute functions of TextArea. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/text_input.d.ts b/api/@internal/component/ets/text_input.d.ts index 23a6ae7aa..8a042aa40 100644 --- a/api/@internal/component/ets/text_input.d.ts +++ b/api/@internal/component/ets/text_input.d.ts @@ -490,14 +490,14 @@ interface PasswordIcon { /** * Defines the TextInput attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the TextInput attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/text_picker.d.ts b/api/@internal/component/ets/text_picker.d.ts index 4ff14ff5b..3f69f56d3 100644 --- a/api/@internal/component/ets/text_picker.d.ts +++ b/api/@internal/component/ets/text_picker.d.ts @@ -203,14 +203,14 @@ interface TextPickerInterface { /** * Style the text selector. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * Style the text selector. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/text_timer.d.ts b/api/@internal/component/ets/text_timer.d.ts index 37fabf2e0..6d2f2e892 100644 --- a/api/@internal/component/ets/text_timer.d.ts +++ b/api/@internal/component/ets/text_timer.d.ts @@ -209,13 +209,13 @@ interface TextTimerInterface { /** * Defines the TextTimer attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @since 8 */ /** * Defines the TextTimer attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/time_picker.d.ts b/api/@internal/component/ets/time_picker.d.ts index b56ab3f16..2adb97656 100644 --- a/api/@internal/component/ets/time_picker.d.ts +++ b/api/@internal/component/ets/time_picker.d.ts @@ -137,14 +137,14 @@ interface TimePickerInterface { /** * Defines the TimePicker attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ /** * Defines the TimePicker attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/toggle.d.ts b/api/@internal/component/ets/toggle.d.ts index 0a3dd0dd4..0d6617512 100644 --- a/api/@internal/component/ets/toggle.d.ts +++ b/api/@internal/component/ets/toggle.d.ts @@ -166,20 +166,20 @@ interface ToggleInterface { /** * Defines the toggle attribute functions * - * @extends CommonMethod + * @extends CommonMethod * @since 8 */ /** * Defines the toggle attribute functions * - * @extends CommonMethod + * @extends CommonMethod * @since 9 * @form */ /** * Defines the toggle attribute functions * - * @extends CommonMethod + * @extends CommonMethod * @crossplatform * @since 10 * @form diff --git a/api/@internal/component/ets/ui_extension_component.d.ts b/api/@internal/component/ets/ui_extension_component.d.ts index 2e4117075..a14e7222f 100644 --- a/api/@internal/component/ets/ui_extension_component.d.ts +++ b/api/@internal/component/ets/ui_extension_component.d.ts @@ -63,7 +63,7 @@ interface UIExtensionComponentInterface { /** * Define the attribute functions of UIExtensionComponent. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @systemapi * @since 10 diff --git a/api/@internal/component/ets/video.d.ts b/api/@internal/component/ets/video.d.ts index 476456794..6afae079f 100644 --- a/api/@internal/component/ets/video.d.ts +++ b/api/@internal/component/ets/video.d.ts @@ -449,14 +449,14 @@ interface VideoInterface { /** * Defines the video attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** * Defines the video attribute functions. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/water_flow.d.ts b/api/@internal/component/ets/water_flow.d.ts index e849f09eb..39487e178 100644 --- a/api/@internal/component/ets/water_flow.d.ts +++ b/api/@internal/component/ets/water_flow.d.ts @@ -103,14 +103,14 @@ interface WaterFlowInterface { /** * Defines the water flow attribute. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 */ /** * Defines the water flow attribute. * - * @extends CommonMethod + * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 diff --git a/api/@internal/component/ets/xcomponent.d.ts b/api/@internal/component/ets/xcomponent.d.ts index d901dd95c..d8707777d 100644 --- a/api/@internal/component/ets/xcomponent.d.ts +++ b/api/@internal/component/ets/xcomponent.d.ts @@ -91,7 +91,7 @@ interface XComponentInterface { /** * Defines XComponentAttribute. * - * @extends CommonMethod + * @extends CommonMethod * @since 8 */ declare class XComponentAttribute extends CommonMethod { diff --git a/api/@ohos.animator.d.ts b/api/@ohos.animator.d.ts index 706998348..08ab11050 100644 --- a/api/@ohos.animator.d.ts +++ b/api/@ohos.animator.d.ts @@ -15,13 +15,13 @@ /** * Defines the animator options. - * @interface + * @interface AnimatorOptions * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 6 */ /** * Defines the animator options. - * @interface + * @interface AnimatorOptions * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 @@ -31,12 +31,14 @@ export interface AnimatorOptions { * Duration of the animation, in milliseconds. * The default value is 0. * @type {number} + * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 6 */ /** * Duration of the animation, in milliseconds. * The default value is 0. * @type {number} + * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ @@ -61,6 +63,7 @@ export interface AnimatorOptions { * Step curve. The number must be set and only an integer is supported, step-position is optional. It can be set to start or end. The default value is end. * The default value is ease. * @type {string} + * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 6 */ /** @@ -82,6 +85,7 @@ export interface AnimatorOptions { * Step curve. The number must be set and only an integer is supported, step-position is optional. It can be set to start or end. The default value is end. * The default value is ease. * @type {string} + * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ @@ -91,12 +95,14 @@ export interface AnimatorOptions { * Delay for the animation start. The default value indicates no delay. * The default value is 0. * @type {number} + * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 6 */ /** * Delay for the animation start. The default value indicates no delay. * The default value is 0. * @type {number} + * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ @@ -106,14 +112,16 @@ export interface AnimatorOptions { * Whether to resume to the initial state after the animation is executed. * none: The initial state is restored after the animation is executed. * forwards: The state at the end of the animation (defined in the last key frame) is retained after the animation is executed. - * @type {string} + * @type {"none" | "forwards" | "backwards" | "both"} + * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 6 */ /** * Whether to resume to the initial state after the animation is executed. * none: The initial state is restored after the animation is executed. * forwards: The state at the end of the animation (defined in the last key frame) is retained after the animation is executed. - * @type {string} + * @type {"none" | "forwards" | "backwards" | "both"} + * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ @@ -122,13 +130,15 @@ export interface AnimatorOptions { /** * The animation playback mode. * The default value is "normal". - * @type {string} + * @type {"normal" | "reverse" | "alternate" | "alternate-reverse"} + * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 6 */ /** * The animation playback mode. * The default value is "normal". - * @type {string} + * @type {"normal" | "reverse" | "alternate" | "alternate-reverse"} + * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ @@ -138,12 +148,14 @@ export interface AnimatorOptions { * Number of times the animation will be played. number indicates a fixed number of playback operations, and -1 an unlimited number of playback operations. * The default value is 1. * @type {number} + * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 6 */ /** * Number of times the animation will be played. number indicates a fixed number of playback operations, and -1 an unlimited number of playback operations. * The default value is 1. * @type {number} + * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ @@ -153,12 +165,14 @@ export interface AnimatorOptions { * Starting point of animator interpolation. * The default value is 0. * @type {number} + * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 6 */ /** * Starting point of animator interpolation. * The default value is 0. * @type {number} + * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ @@ -168,12 +182,14 @@ export interface AnimatorOptions { * Ending point of Dynamic Interpolation * The default value is 1. * @type {number} + * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 6 */ /** * Ending point of Dynamic Interpolation * The default value is 1. * @type {number} + * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ @@ -182,13 +198,13 @@ export interface AnimatorOptions { /** * Defines the Animator result interface. - * @interface + * @interface AnimatorResult * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 6 */ /** * Defines the Animator result interface. - * @interface + * @interface AnimatorResult * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 @@ -290,13 +306,11 @@ export interface AnimatorResult { /** * Trigger when vsync callback. - * @param { number } progress - The current progress of animation * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 6 */ /** * Trigger when vsync callback. - * @param { number } progress - The current progress of animation * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 @@ -358,6 +372,7 @@ export default class Animator { /** * Create an animator object for custom animation. * @param { AnimatorOptions } options - Options. + * @returns { AnimatorResult } animator result * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 6 * @deprecated since 9 @@ -368,6 +383,7 @@ export default class Animator { /** * Create an animator object for custom animation. * @param { AnimatorOptions } options - Options. + * @returns { AnimatorResult } animator result * @throws { BusinessError } 401 - if parameter error. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 @@ -375,6 +391,7 @@ export default class Animator { /** * Create an animator object for custom animation. * @param { AnimatorOptions } options - Options. + * @returns { AnimatorResult } animator result * @throws { BusinessError } 401 - if parameter error. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform