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
<p>A config value can come from anywhere and be anything, but there are a default set of values.</p>
95
+
<p>A config value can come from anywhere and be anything, but there are default
96
+
values for each mode. The <ahref="../../../theming/platform-specific-styles/">theming</a>
97
+
documentation has a chart of the default mode configuration. The following
98
+
chart displays each property with a description of what it controls.</p>
96
99
<table>
97
100
<thead>
98
101
<tr>
99
-
<th>Config property</th>
100
-
<th>Default <code>ios</code> Value</th>
101
-
<th>Default <code>md</code> Value</th>
102
-
<th>Default <code>wp</code> Value</th>
102
+
<th>Config Property</th>
103
+
<th>Type</th>
104
+
<th>Details</th>
103
105
</tr>
104
106
</thead>
105
107
<tbody>
106
108
<tr>
107
-
<td>activator</td>
108
-
<td>"highlight"</td>
109
-
<td>"ripple"</td>
110
-
<td>"highlight"</td>
109
+
<td><code>activator</code></td>
110
+
<td><code>string</code></td>
111
+
<td>Used for buttons, changes the effect of pressing on a button. Available options: <code>"ripple"</code>, <code>"highlight"</code>.</td>
111
112
</tr>
112
113
<tr>
113
-
<td>actionSheetEnter</td>
114
-
<td>"action-sheet-slide-in"</td>
115
-
<td>"action-sheet-md-slide-in"</td>
116
-
<td>"action-sheet-wp-slide-in"</td>
114
+
<td><code>actionSheetEnter</code></td>
115
+
<td><code>string</code></td>
116
+
<td>The name of the transition to use while an action sheet is presented.</td>
117
117
</tr>
118
118
<tr>
119
-
<td>actionSheetLeave</td>
120
-
<td>"action-sheet-slide-out"</td>
121
-
<td>"action-sheet-md-slide-out"</td>
122
-
<td>"action-sheet-wp-slide-out"</td>
119
+
<td><code>actionSheetLeave</code></td>
120
+
<td><code>string</code></td>
121
+
<td>The name of the transition to use while an action sheet is dismissed.</td>
123
122
</tr>
124
123
<tr>
125
-
<td>alertEnter</td>
126
-
<td>"alert-pop-in"</td>
127
-
<td>"alert-md-pop-in"</td>
128
-
<td>"alert-wp-pop-in"</td>
124
+
<td><code>alertEnter</code></td>
125
+
<td><code>string</code></td>
126
+
<td>The name of the transition to use while an alert is presented.</td>
129
127
</tr>
130
128
<tr>
131
-
<td>alertLeave</td>
132
-
<td>"alert-pop-out"</td>
133
-
<td>"alert-md-pop-out"</td>
134
-
<td>"alert-wp-pop-out"</td>
129
+
<td><code>alertLeave</code></td>
130
+
<td><code>string</code></td>
131
+
<td>The name of the transition to use while an alert is dismissed.</td>
135
132
</tr>
136
133
<tr>
137
-
<td>backButtonText</td>
138
-
<td>"Back"</td>
139
-
<td>""</td>
140
-
<td>""</td>
134
+
<td><code>backButtonText</code></td>
135
+
<td><code>string</code></td>
136
+
<td>The text to display by the back button icon in the navbar.</td>
141
137
</tr>
142
138
<tr>
143
-
<td>backButtonIcon</td>
144
-
<td>"ios-arrow-back"</td>
145
-
<td>"md-arrow-back"</td>
146
-
<td>"ios-arrow-back"</td>
139
+
<td><code>backButtonIcon</code></td>
140
+
<td><code>string</code></td>
141
+
<td>The icon to use as the back button icon.</td>
147
142
</tr>
148
143
<tr>
149
-
<td>iconMode</td>
150
-
<td>"ios"</td>
151
-
<td>"md"</td>
152
-
<td>"ios"</td>
144
+
<td><code>iconMode</code></td>
145
+
<td><code>string</code></td>
146
+
<td>The mode to use for all icons throughout the application. Available options: <code>"ios"</code>, <code>"md"</code></td>
153
147
</tr>
154
148
<tr>
155
-
<td>loadingEnter</td>
156
-
<td>"loading-pop-in"</td>
157
-
<td>"loading-md-pop-in"</td>
158
-
<td>"loading-wp-pop-in"</td>
149
+
<td><code>loadingEnter</code></td>
150
+
<td><code>string</code></td>
151
+
<td>The name of the transition to use while a loading indicator is presented.</td>
159
152
</tr>
160
153
<tr>
161
-
<td>loadingLeave</td>
162
-
<td>"loading-pop-out"</td>
163
-
<td>"loading-md-pop-out"</td>
164
-
<td>"loading-wp-pop-out"</td>
154
+
<td><code>loadingLeave</code></td>
155
+
<td><code>string</code></td>
156
+
<td>The name of the transition to use while a loading indicator is dismissed.</td>
165
157
</tr>
166
158
<tr>
167
-
<td>menuType</td>
168
-
<td>"reveal"</td>
169
-
<td>"overlay"</td>
170
-
<td>"overlay"</td>
159
+
<td><code>menuType</code></td>
160
+
<td><code>string</code></td>
161
+
<td>Type of menu to display. Available options: <code>"overlay"</code>, <code>"reveal"</code>, <code>"push"</code>.</td>
171
162
</tr>
172
163
<tr>
173
-
<td>modalEnter</td>
174
-
<td>"modal-slide-in"</td>
175
-
<td>"modal-md-slide-in"</td>
176
-
<td>"modal-md-slide-in"</td>
164
+
<td><code>modalEnter</code></td>
165
+
<td><code>string</code></td>
166
+
<td>The name of the transition to use while a modal is presented.</td>
177
167
</tr>
178
168
<tr>
179
-
<td>modalLeave</td>
180
-
<td>"modal-slide-out"</td>
181
-
<td>"modal-md-slide-out"</td>
182
-
<td>"modal-md-slide-out"</td>
169
+
<td><code>modalLeave</code></td>
170
+
<td><code>string</code></td>
171
+
<td>The name of the transition to use while a modal is dismiss.</td>
183
172
</tr>
184
173
<tr>
185
-
<td>pageTransition</td>
186
-
<td>"ios-transition"</td>
187
-
<td>"md-transition"</td>
188
-
<td>"wp-transition"</td>
174
+
<td><code>pageTransition</code></td>
175
+
<td><code>string</code></td>
176
+
<td>The name of the transition to use while changing pages.</td>
189
177
</tr>
190
178
<tr>
191
-
<td>pageTransitionDelay</td>
192
-
<td>16</td>
193
-
<td>96</td>
194
-
<td>96</td>
179
+
<td><code>pageTransitionDelay</code></td>
180
+
<td><code>number</code></td>
181
+
<td>The delay in milliseconds before the transition starts while changing pages.</td>
195
182
</tr>
196
183
<tr>
197
-
<td>pickerEnter</td>
198
-
<td>"picker-slide-in"</td>
199
-
<td>"picker-slide-in"</td>
200
-
<td>"picker-slide-in"</td>
184
+
<td><code>pickerEnter</code></td>
185
+
<td><code>string</code></td>
186
+
<td>The name of the transition to use while a picker is presented.</td>
201
187
</tr>
202
188
<tr>
203
-
<td>pickerLeave</td>
204
-
<td>"picker-slide-out"</td>
205
-
<td>"picker-slide-out"</td>
206
-
<td>"picker-slide-out"</td>
189
+
<td><code>pickerLeave</code></td>
190
+
<td><code>string</code></td>
191
+
<td>The name of the transition to use while a picker is dismissed.</td>
207
192
</tr>
208
193
<tr>
209
-
<td>pickerRotateFactor</td>
210
-
<td>-0.46</td>
211
-
<td></td>
212
-
<td></td>
194
+
<td><code>spinner</code></td>
195
+
<td><code>string</code></td>
196
+
<td>The default spinner to use when a name is not defined.</td>
213
197
</tr>
214
198
<tr>
215
-
<td>spinner</td>
216
-
<td>"ios"</td>
217
-
<td>"crescent"</td>
218
-
<td>"circles"</td>
199
+
<td><code>tabbarHighlight</code></td>
200
+
<td><code>boolean</code></td>
201
+
<td>Whether to show a highlight line under the tab when it is selected.</td>
219
202
</tr>
220
203
<tr>
221
-
<td>tabbarHighlight</td>
222
-
<td></td>
223
-
<td>true</td>
224
-
<td></td>
204
+
<td><code>tabbarLayout</code></td>
205
+
<td><code>string</code></td>
206
+
<td>The layout to use for all tabs. Available options: <code>"icon-top"</code>, <code>"icon-left"</code>, <code>"icon-right"</code>, <code>"icon-bottom"</code>, <code>"icon-hide"</code>, <code>"title-hide"</code>.</td>
225
207
</tr>
226
208
<tr>
227
-
<td>tabbarLayout</td>
228
-
<td></td>
229
-
<td></td>
230
-
<td></td>
209
+
<td><code>tabbarPlacement</code></td>
210
+
<td><code>string</code></td>
211
+
<td>The position of the tabs. Available options: <code>"top"</code>, <code>"bottom"</code></td>
231
212
</tr>
232
213
<tr>
233
-
<td>tabbarPlacement</td>
234
-
<td>"bottom"</td>
235
-
<td>"top"</td>
236
-
<td>"top"</td>
214
+
<td><code>tabSubPages</code></td>
215
+
<td><code>boolean</code></td>
216
+
<td>Whether to hide the tabs on child pages or not. If <code>true</code> it will not show the tabs on child pages.</td>
237
217
</tr>
238
218
<tr>
239
-
<td>tabSubPages</td>
240
-
<td></td>
241
-
<td>true</td>
242
-
<td>true</td>
219
+
<td><code>toastEnter</code></td>
220
+
<td><code>string</code></td>
221
+
<td>The name of the transition to use while a toast is presented.</td>
243
222
</tr>
244
223
<tr>
245
-
<td>toastEnter</td>
246
-
<td>"toast-slide-in"</td>
247
-
<td>"toast-md-slide-in"</td>
248
-
<td>"toast-wp-slide-in"</td>
249
-
</tr>
250
-
<tr>
251
-
<td>toastLeave</td>
252
-
<td>"toast-slide-out"</td>
253
-
<td>"toast-md-slide-out"</td>
254
-
<td>"toast-wp-slide-out"</td>
224
+
<td><code>toastLeave</code></td>
225
+
<td><code>string</code></td>
226
+
<td>The name of the transition to use while a toast is dismissed.</td>
* | `activator` | `string` | Used for buttons, changes the effect of pressing on a button. Available options: `"ripple"`, `"highlight"`. |
21149
+
* | `actionSheetEnter` | `string` | The name of the transition to use while an action sheet is presented. |
21150
+
* | `actionSheetLeave` | `string` | The name of the transition to use while an action sheet is dismissed. |
21151
+
* | `alertEnter` | `string` | The name of the transition to use while an alert is presented. |
21152
+
* | `alertLeave` | `string` | The name of the transition to use while an alert is dismissed. |
21153
+
* | `backButtonText` | `string` | The text to display by the back button icon in the navbar. |
21154
+
* | `backButtonIcon` | `string` | The icon to use as the back button icon. |
21155
+
* | `iconMode` | `string` | The mode to use for all icons throughout the application. Available options: `"ios"`, `"md"` |
21156
+
* | `loadingEnter` | `string` | The name of the transition to use while a loading indicator is presented. |
21157
+
* | `loadingLeave` | `string` | The name of the transition to use while a loading indicator is dismissed. |
21158
+
* | `menuType` | `string` | Type of menu to display. Available options: `"overlay"`, `"reveal"`, `"push"`. |
21159
+
* | `modalEnter` | `string` | The name of the transition to use while a modal is presented. |
21160
+
* | `modalLeave` | `string` | The name of the transition to use while a modal is dismiss. |
21161
+
* | `pageTransition` | `string` | The name of the transition to use while changing pages. |
21162
+
* | `pageTransitionDelay` | `number` | The delay in milliseconds before the transition starts while changing pages. |
21163
+
* | `pickerEnter` | `string` | The name of the transition to use while a picker is presented. |
21164
+
* | `pickerLeave` | `string` | The name of the transition to use while a picker is dismissed. |
21165
+
* | `spinner` | `string` | The default spinner to use when a name is not defined. |
21166
+
* | `tabbarHighlight` | `boolean` | Whether to show a highlight line under the tab when it is selected. |
21167
+
* | `tabbarLayout` | `string` | The layout to use for all tabs. Available options: `"icon-top"`, `"icon-left"`, `"icon-right"`, `"icon-bottom"`, `"icon-hide"`, `"title-hide"`. |
21168
+
* | `tabbarPlacement` | `string` | The position of the tabs. Available options: `"top"`, `"bottom"` |
21169
+
* | `tabSubPages` | `boolean` | Whether to hide the tabs on child pages or not. If `true` it will not show the tabs on child pages. |
21170
+
* | `toastEnter` | `string` | The name of the transition to use while a toast is presented. |
21171
+
* | `toastLeave` | `string` | The name of the transition to use while a toast is dismissed. |
0 commit comments