From 168628fd25f845fd3ffa800bbac8fb0010c34684 Mon Sep 17 00:00:00 2001 From: luoweibin Date: Mon, 28 Aug 2023 06:45:49 +0000 Subject: [PATCH] =?UTF-8?q?fixed=2016fff9e=20from=20https://gitee.com/luo-?= =?UTF-8?q?weibin/docs/pulls/23225=20=E5=A2=9E=E5=8A=A0=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luoweibin Change-Id: I745b2d38dd8bdcd001518b89911255dcd20a5535 --- zh-cn/application-dev/reference/arkui-ts/ts-container-tabs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-container-tabs.md b/zh-cn/application-dev/reference/arkui-ts/ts-container-tabs.md index f1c4f5d712..93610e839e 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-container-tabs.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-container-tabs.md @@ -20,7 +20,7 @@ Tabs(value?: {barPosition?: BarPosition, index?: number, controller?: [TabsContr | 参数名 | 参数类型 | 必填 | 参数描述 | | ----------- | --------------------------------- | ---- | ---------------------------------------- | -| barPosition | BarPosition | 否 | 设置Tabs的页签位置。
默认值:BarPosition.Start | +| barPosition | [BarPosition](#barposition枚举说明)| 否 | 设置Tabs的页签位置。
默认值:BarPosition.Start | | index | number | 否 | 设置初始页签索引。
默认值:0
**说明:**
设置为小于0的值时按默认值显示。
可选值为[0, TabContent子节点数量-1]。
设置不同值时,默认生效切换动效,可以设置animationDuration为0关闭动画。
从API version 10开始,该参数支持[$$](../../quick-start/arkts-two-way-sync.md)双向绑定变量。 | | controller | [TabsController](#tabscontroller) | 否 | 设置Tabs控制器。 | -- GitLab