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
| `animated`| `animated` | If `true`, the action sheet will animate. | `boolean` | `true` |
263
-
| `backdropDismiss`| `backdrop-dismiss` | If `true`, the action sheet will be dismissed when the backdrop is clicked. | `boolean` | `true` |
264
-
| `buttons`_(required)_ | -- | An array of buttons for the action sheet. | `(string \|ActionSheetButton)[]` | `undefined` |
265
-
| `cssClass`| `css-class` | Additional classes to apply for custom CSS. If multiple classes are provided they should be separated by spaces. | `string \|string[] \|undefined` | `undefined` |
266
-
| `enterAnimation`| -- | Animation to use when the action sheet is presented. | `((Animation:Animation, baseEl:any, opts?:any) =>Promise<Animation>) \|undefined` | `undefined` |
267
-
| `header`| `header` | Title for the action sheet. | `string \|undefined` | `undefined` |
268
-
| `keyboardClose`| `keyboard-close` | If `true`, the keyboard will be automatically dismissed when the overlay is presented. | `boolean` | `true` |
269
-
| `leaveAnimation`| -- | Animation to use when the action sheet is dismissed. | `((Animation:Animation, baseEl:any, opts?:any) =>Promise<Animation>) \|undefined` | `undefined` |
270
-
| `mode`| `mode` | The mode determines which platform styles to use. | `"ios" \|"md"` | `undefined` |
271
-
| `subHeader`| `sub-header` | Subtitle for the action sheet. | `string \|undefined` | `undefined` |
272
-
| `translucent`| `translucent` | If `true`, the action sheet will be translucent. Only applies when the mode is `"ios"` and the device supports backdrop-filter. | `boolean` | `false` |
| `animated` | `animated` | If `true`, the action sheet will animate. | `boolean` | `true` |
263
+
| `backdropDismiss` | `backdrop-dismiss` | If `true`, the action sheet will be dismissed when the backdrop is clicked. | `boolean` | `true` |
264
+
| `buttons`| -- | An array of buttons for the action sheet. | `(string \|ActionSheetButton)[]` | `[]` |
265
+
| `cssClass` | `css-class` | Additional classes to apply for custom CSS. If multiple classes are provided they should be separated by spaces. | `string \|string[] \|undefined` | `undefined` |
266
+
| `enterAnimation` | -- | Animation to use when the action sheet is presented. | `((Animation:Animation, baseEl:any, opts?:any) =>Promise<Animation>) \|undefined` | `undefined` |
267
+
| `header` | `header` | Title for the action sheet. | `string \|undefined` | `undefined` |
268
+
| `keyboardClose` | `keyboard-close` | If `true`, the keyboard will be automatically dismissed when the overlay is presented. | `boolean` | `true` |
269
+
| `leaveAnimation` | -- | Animation to use when the action sheet is dismissed. | `((Animation:Animation, baseEl:any, opts?:any) =>Promise<Animation>) \|undefined` | `undefined` |
270
+
| `mode` | `mode` | The mode determines which platform styles to use. | `"ios" \|"md"` | `undefined` |
271
+
| `subHeader` | `sub-header` | Subtitle for the action sheet. | `string \|undefined` | `undefined` |
272
+
| `translucent` | `translucent` | If `true`, the action sheet will be translucent. Only applies when the mode is `"ios"` and the device supports backdrop-filter. | `boolean` | `false` |
0 commit comments