diff --git a/api/@internal/component/ets/swiper.d.ts b/api/@internal/component/ets/swiper.d.ts index dc39b3a815aacfcfdbbc03ac8fdec88eedac8d4d..69d57de31c99706030956052550343781c143b97 100644 --- a/api/@internal/component/ets/swiper.d.ts +++ b/api/@internal/component/ets/swiper.d.ts @@ -2417,6 +2417,7 @@ declare class SwiperAttribute extends CommonMethod { * Set maintain visible content position. * * @param { boolean } enabled - maintain visible content position. + * Default value is false. * @returns { SwiperAttribute } the attribute of swiper. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform