Преглед изворни кода

Move selectTabOnPress prop to correct interface (#5894)

Roberto Tatasciore пре 5 година
родитељ
комит
d6ead65c93
No account linked to committer's email address
1 измењених фајлова са 5 додато и 5 уклоњено
  1. 5
    5
      lib/src/interfaces/Options.ts

+ 5
- 5
lib/src/interfaces/Options.ts Прегледај датотеку

@@ -82,11 +82,6 @@ export interface OptionsStatusBar {
82 82
    * #### (Android specific)
83 83
    */
84 84
   drawBehind?: boolean;
85
-  /**
86
-   * If it's set to false, pressing a tab won't select the tab
87
-   * instead it will emit a bottomTabPressedEvent
88
-   */
89
-  selectTabOnPress?: boolean;
90 85
 }
91 86
 
92 87
 export interface OptionsLayout {
@@ -669,6 +664,11 @@ export interface OptionsBottomTab {
669 664
    * #### (Android specific)
670 665
    */
671 666
   selectedFontSize?: number;
667
+  /**
668
+   * If it's set to false, pressing a tab won't select the tab
669
+   * instead it will emit a bottomTabPressedEvent
670
+   */
671
+  selectTabOnPress?: boolean;
672 672
 }
673 673
 
674 674
 export interface SideMenuSide {