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 `VariantManagement` component can be used to manage variants, such as FilterBar variants or AnalyticalTable variants.
40
+
* The VariantManagement can be used to manage variants (views). You can use this component to create and maintain personalization changes.
41
+
*
42
+
* __Note:__ On the user interface, variants are generally referred to as "views".
43
+
*
44
+
* ### Matching header styles
45
+
*
46
+
* To ensure consistent header styles for different use-cases of the `VariantManagement`, we recommend setting the following styles to the `ui5-title` component:
* Describes the `HTML Title` level of the variants.
44
+
* Describes the `Title` HTML level (H1 - H6) of the selected variant. This property doesn't influence the style of the component, you can use the `size` prop for this purpose.
45
+
*
46
+
* @default H4
43
47
*/
44
48
level?: TitlePropTypes['level'];
49
+
/**
50
+
* Describes the `Title`'s `size` of the selected variant.
51
+
*
52
+
* @default H4
53
+
*/
54
+
size?: TitlePropTypes['size'];
45
55
/**
46
56
* Defines whether the VariantManagement is disabled.
0 commit comments