Tabs

优质
小牛编辑
134浏览
2023-12-01

实例方法

select(index)

选中某个索引的选项卡

getByIndex(index)

返回一个和索引匹配的选项卡

getSelected()

返回当前选中的选项卡

输入

属性名称类型描述
selectedIndexnumber第一次加载时默认选中的选项卡,如果不提供那么默认是0
preloadTabsboobean是否预加载所有标签
tabbarIconsstring这个属性是过时的,请使用TabBarLayout代替,设置图标的位置top bottom left right hide
tabbarLayoutstring设置tabbar的布局 icon-top icon-left icon-right icon-bottom icon-hide title-hide
tabbarPlacementstring设置tabbar的位置:top bottom

输出事件

  • change

    当标签页改变时触发