Skip to content

Commit 40687e5

Browse files
committed
Update merged docs via GitHub Action
1 parent 958602f commit 40687e5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10445,6 +10445,7 @@ The TabBar Widget enables the creation of tab bars, providing a convenient and v
1044510445
| styles | object | [See properties](#styles) |
1044610446
| selectedIndex | integer | Selecting a Tab based on its index order |
1044710447
| items | array | Define each of your Tab here |
10448+
| persistentTabBar | boolean | Keep the TabBar header fixed while the selected tab body content scrolls. Only applies to the full `TabBar` container, not `TabBarOnly`. |
1044810449
| onTabSelection | action | The action that will be performed when a tab is pressed. |
1044910450
| onTabSelectionHaptic | enum | The type of haptic to perform when a tab is pressed. It should be one of heavyImpact, mediumImpact, lightImpact, selectionClick, and vibrate |
1045010451

public/llms-full.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10445,6 +10445,7 @@ The TabBar Widget enables the creation of tab bars, providing a convenient and v
1044510445
| styles | object | [See properties](#styles) |
1044610446
| selectedIndex | integer | Selecting a Tab based on its index order |
1044710447
| items | array | Define each of your Tab here |
10448+
| persistentTabBar | boolean | Keep the TabBar header fixed while the selected tab body content scrolls. Only applies to the full `TabBar` container, not `TabBarOnly`. |
1044810449
| onTabSelection | action | The action that will be performed when a tab is pressed. |
1044910450
| onTabSelectionHaptic | enum | The type of haptic to perform when a tab is pressed. It should be one of heavyImpact, mediumImpact, lightImpact, selectionClick, and vibrate |
1045010451

0 commit comments

Comments
 (0)