From 841a6ccc16e9c9eacbf02c75b7eeda505cb4e88c Mon Sep 17 00:00:00 2001 From: wangzezhen Date: Fri, 8 Jul 2022 10:46:50 +0800 Subject: [PATCH] add barPosition Signed-off-by: wangzezhen Change-Id: I90eb85bac6122f4f0e1b26702b34e46af761d233 --- api/@internal/component/ets/tabs.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/@internal/component/ets/tabs.d.ts b/api/@internal/component/ets/tabs.d.ts index 509d578ff2..fd878d5d05 100644 --- a/api/@internal/component/ets/tabs.d.ts +++ b/api/@internal/component/ets/tabs.d.ts @@ -89,6 +89,12 @@ declare class TabsAttribute extends CommonMethod { */ vertical(value: boolean): TabsAttribute; + /** + * Called when determining the location of the bar chart. + * @since 9 + */ + barPosition(value: BarPosition): TabsAttribute; + /** * Called when judging whether page switching can be performed by sliding left and right. * @since 7 -- Gitee