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
* The mode determines the platform behaviors of the component.
429
429
*/
430
430
"mode"?: "ios" | "md";
431
-
/**
432
-
* Set to `"top"` to position the badge on top right absolute position of the parent element. Set to `"bottom"` to position the badge on bottom right absolute position of the parent element.
433
-
*/
434
-
"position"?: 'top' | 'bottom';
435
431
/**
436
432
* Set to `"rectangular"` for non-rounded corners. Set to `"soft"` for slightly rounded corners. Set to `"round"` for fully rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
* The theme determines the visual appearance of the component.
445
441
*/
446
442
"theme"?: "ios" | "md" | "ionic";
443
+
/**
444
+
* Set to `"top"` to position the badge on top right absolute position of the parent element. Set to `"bottom"` to position the badge on bottom right absolute position of the parent element.
* The mode determines the platform behaviors of the component.
5797
5797
*/
5798
5798
"mode"?: "ios" | "md";
5799
-
/**
5800
-
* Set to `"top"` to position the badge on top right absolute position of the parent element. Set to `"bottom"` to position the badge on bottom right absolute position of the parent element.
5801
-
*/
5802
-
"position"?: 'top' | 'bottom';
5803
5799
/**
5804
5800
* Set to `"rectangular"` for non-rounded corners. Set to `"soft"` for slightly rounded corners. Set to `"round"` for fully rounded corners. Defaults to `"round"` for the `ionic` theme, undefined for all other themes.
* The theme determines the visual appearance of the component.
5813
5809
*/
5814
5810
"theme"?: "ios" | "md" | "ionic";
5811
+
/**
5812
+
* Set to `"top"` to position the badge on top right absolute position of the parent element. Set to `"bottom"` to position the badge on bottom right absolute position of the parent element.
0 commit comments