[Doc] Tab: scroll event (#2691)
This commit is contained in:
@@ -184,4 +184,4 @@ In swipeable mode, you can switch tabs with swipe gestrue in the content
|
||||
| click | Triggered when click tab | index:index of current tab,title: tab title |
|
||||
| change | Triggered when active tab changed | index:index of current tab,title: tab title |
|
||||
| disabled | Triggered when click disabled tab | index:index of current tab, title: tab title |
|
||||
| scroll | Triggered when tab scroll | Object: { scrollTop, isFixed } |
|
||||
| scroll | Triggered when tab scroll in sticky mode | Object: { scrollTop, isFixed } |
|
||||
|
||||
Reference in New Issue
Block a user