|
@@ -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 {
|