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 theme determines the visual appearance of the component.
4464
4464
*/
4465
4465
"theme"?: "ios" | "md" | "ionic";
4466
+
/**
4467
+
* Where to place the title relative to the other toolbar content. `"start"`: The title will appear to the left of the toolbar content in LTR and to the right in RTL. `"center"`: The title will appear in the center of the toolbar. `"end"`: The title will appear to the right of the toolbar content in LTR and to the left in RTL.
* The theme determines the visual appearance of the component.
10591
10595
*/
10592
10596
"theme"?: "ios" | "md" | "ionic";
10597
+
/**
10598
+
* Where to place the title relative to the other toolbar content. `"start"`: The title will appear to the left of the toolbar content in LTR and to the right in RTL. `"center"`: The title will appear in the center of the toolbar. `"end"`: The title will appear to the right of the toolbar content in LTR and to the left in RTL.
0 commit comments