新增TabContent.tabBar属性padding的参数对象

Signed-off-by: xqq879988 <xieqiqi2@huawei.com>
This commit is contained in:
xqq879988 2024-04-29 16:01:46 +08:00
parent a3671f3550
commit 6482b74af0

View File

@ -871,7 +871,16 @@ declare class BottomTabBarStyle {
* @atomicservice
* @since 11
*/
padding(value: Padding | Dimension): BottomTabBarStyle;
/**
* Set the padding of the bottom tab bar
*
* @param { Padding | Dimension | LocalizedPadding } value - indicates the padding of the bottom tab bar
* @returns { BottomTabBarStyle } the style of the bottom tab bar
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 12
*/
padding(value: Padding | Dimension | LocalizedPadding): BottomTabBarStyle;
/**
* Set the layout mode of the bottom tab bar