Interface for a class RibbonColorPickerSettings
EmitType<BeforeOpenCloseEventArgs>
Event triggers before closing the ColorPicker popup.
EmitType<BeforeOpenCloseEventArgs>
Event triggers before opening the ColorPicker popup.
EmitType<PaletteTileEventArgs>
Event triggers while rendering each palette tile.
Event triggers while changing the colors. It will be triggered based on the showButtons property. If the property is false, the event will be triggered while selecting the colors. If the property is true, the event will be triggered while apply the selected color.
EmitType<Event>
Event triggers once the color picker is created.
Event triggers while opening the ColorPicker popup.
EmitType<ColorPickerEventArgs>
Event triggers while selecting the color in picker / palette, when showButtons property is enabled.
number
Defines the number of columns to be rendered in the color picker palette.
string
Defines one or more CSS classes to customize the appearance of the color picker.
boolean
Defines whether to enable the opacity option in the color picker.
{ : }
Specifies additional HTML attributes to be applied to the color picker.
string
Specifies the label text for the overflow item.
Defines the rendering mode of the color picker.
boolean
Defines whether to show / hide the mode switcher button in the color picker.
boolean
Defines whether to enable / disable the palette section in the color picker.
{ : }
Defines the custom colors to load in the color picker palette.
boolean
Defines whether to show / hide the control buttons (apply / cancel) in the color picker.
string
Specifies the value of the color picker. The value should be a valid hex color code.