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
* Defines whether the user can see the last used colors in the bottom of the <code>ui5-color-palette</code>
34
+
* @type {boolean}
35
+
* @public
36
+
* @since 1.0.0-rc.15
37
+
*/
38
+
showRecentColors: {
39
+
type: Boolean,
40
+
},
41
+
31
42
/**
32
43
* Defines whether the user can choose a custom color from a color picker
33
44
* <b>Note:</b> In order to use this property you need to import the following module: <code>"@ui5/webcomponents/dist/features/ColorPaletteMoreColors.js"</code>
0 commit comments