From 66a682a174472f26307dec6921635bd921767bb0 Mon Sep 17 00:00:00 2001 From: Hu_zq Date: Tue, 3 Jun 2025 23:35:25 +0800 Subject: [PATCH] Swiper: maintainVisibleContentPosition add defult value Signed-off-by: Hu_zq Change-Id: Ie1e76ae0e5b06127c3bfc8b2153ae228116d2fd1 --- api/@internal/component/ets/swiper.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@internal/component/ets/swiper.d.ts b/api/@internal/component/ets/swiper.d.ts index dc39b3a815..69d57de31c 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 -- Gitee