animation |
Object |
- |
Typescript:TabAnimation type TabAnimation = { duration: number } & Record<string, any> 。see more ts definition |
N |
external-classes |
Array |
- |
['t-class', 't-class-item', 't-class-active', 't-class-track'] |
N |
placement |
String |
top |
options:left/top |
N |
show-bottom-line |
Boolean |
true |
- |
N |
sticky |
Boolean |
false |
- |
N |
sticky-props |
Object |
- |
Typescript:StickyProps ,Sticky API Documents。see more ts definition |
N |
swipeable |
Boolean |
true |
- |
N |
value |
String / Number |
- |
Typescript:TabValue `type TabValue = string |
number`。see more ts definition |
default-value |
String / Number |
undefined |
uncontrolled property。Typescript:TabValue `type TabValue = string |
number`。see more ts definition |