!11565 修改接口注释

Merge pull request !11565 from wangchensu/uicommonevnet
This commit is contained in:
openharmony_ci 2024-05-28 06:46:15 +00:00 committed by Gitee
commit c3d39a0d94
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -22225,7 +22225,8 @@ declare interface VisibleAreaEventOptions {
* Defines the callback type used in VisibleAreaChange events. * Defines the callback type used in VisibleAreaChange events.
* *
* @typedef { function } VisibleAreaChangeCallback * @typedef { function } VisibleAreaChangeCallback
* @param { boolean } isVisible - The value of isVisible indicates whether the component is visible. * @param { boolean } isVisible - Indicates the ratio of the visible area to its own area compared to the last change.
* It is true as the ratio increases and false as the ratio decreases.
* @param { number } currentRatio - The value of currentRatio indicates the visibility ratio of the current component. * @param { number } currentRatio - The value of currentRatio indicates the visibility ratio of the current component.
* @syscap SystemCapability.ArkUI.ArkUI.Full * @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform * @crossplatform