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
* | `activator` | `string` | Used for buttons, changes the effect of pressing on a button. Available options: `"ripple"`, `"highlight"`. |
92
+
* | `actionSheetEnter` | `string` | The name of the transition to use while an action sheet is presented. |
93
+
* | `actionSheetLeave` | `string` | The name of the transition to use while an action sheet is dismissed. |
94
+
* | `alertEnter` | `string` | The name of the transition to use while an alert is presented. |
95
+
* | `alertLeave` | `string` | The name of the transition to use while an alert is dismissed. |
96
+
* | `backButtonText` | `string` | The text to display by the back button icon in the navbar. |
97
+
* | `backButtonIcon` | `string` | The icon to use as the back button icon. |
98
+
* | `iconMode` | `string` | The mode to use for all icons throughout the application. Available options: `"ios"`, `"md"` |
99
+
* | `loadingEnter` | `string` | The name of the transition to use while a loading indicator is presented. |
100
+
* | `loadingLeave` | `string` | The name of the transition to use while a loading indicator is dismissed. |
101
+
* | `menuType` | `string` | Type of menu to display. Available options: `"overlay"`, `"reveal"`, `"push"`. |
102
+
* | `modalEnter` | `string` | The name of the transition to use while a modal is presented. |
103
+
* | `modalLeave` | `string` | The name of the transition to use while a modal is dismiss. |
104
+
* | `pageTransition` | `string` | The name of the transition to use while changing pages. |
105
+
* | `pageTransitionDelay` | `number` | The delay in milliseconds before the transition starts while changing pages. |
106
+
* | `pickerEnter` | `string` | The name of the transition to use while a picker is presented. |
107
+
* | `pickerLeave` | `string` | The name of the transition to use while a picker is dismissed. |
108
+
* | `spinner` | `string` | The default spinner to use when a name is not defined. |
109
+
* | `tabbarHighlight` | `boolean` | Whether to show a highlight line under the tab when it is selected. |
110
+
* | `tabbarLayout` | `string` | The layout to use for all tabs. Available options: `"icon-top"`, `"icon-left"`, `"icon-right"`, `"icon-bottom"`, `"icon-hide"`, `"title-hide"`. |
111
+
* | `tabbarPlacement` | `string` | The position of the tabs. Available options: `"top"`, `"bottom"` |
112
+
* | `tabSubPages` | `boolean` | Whether to hide the tabs on child pages or not. If `true` it will not show the tabs on child pages. |
113
+
* | `toastEnter` | `string` | The name of the transition to use while a toast is presented. |
114
+
* | `toastLeave` | `string` | The name of the transition to use while a toast is dismissed. |
0 commit comments