You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/api/tabs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ You can learn more about the difference by [reading this guide](/guides/minimizi
24
24
25
25
| Name | Type | Default | Description |
26
26
|:-----|:-----|:--------|:------------|
27
-
| <spanclass="prop-name">action</span> | <spanclass="prop-type">ref</span> || Callback fired when the component mounts. This is useful when you want to trigger an action programmatically. It currently only supports`updateIndicator()`action.|
27
+
| <spanclass="prop-name">action</span> | <spanclass="prop-type">ref</span> || Callback fired when the component mounts. This is useful when you want to trigger an action programmatically. It supports two actions:`updateIndicator()`and `updateScrollButtons()`|
28
28
| <spanclass="prop-name">centered</span> | <spanclass="prop-type">bool</span> | <spanclass="prop-default">false</span> | If `true`, the tabs will be centered. This property is intended for large views. |
29
29
| <spanclass="prop-name">children</span> | <spanclass="prop-type">node</span> || The content of the component. |
30
30
| <spanclass="prop-name">classes</span> | <spanclass="prop-type">object</span> || Override or extend the styles applied to the component. See [CSS API](#css) below for more details. |
0 commit comments