Browse Source

Move selectTabOnPress prop to correct interface (#5894)

Roberto Tatasciore 5 years ago
parent
commit
d6ead65c93
No account linked to committer's email address
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      lib/src/interfaces/Options.ts

+ 5
- 5
lib/src/interfaces/Options.ts View File

82
    * #### (Android specific)
82
    * #### (Android specific)
83
    */
83
    */
84
   drawBehind?: boolean;
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
 export interface OptionsLayout {
87
 export interface OptionsLayout {
669
    * #### (Android specific)
664
    * #### (Android specific)
670
    */
665
    */
671
   selectedFontSize?: number;
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
 export interface SideMenuSide {
674
 export interface SideMenuSide {