ColorPickerPopupProps Interface

Deprecated  in 4.11.x. Props of deprecated component ColorPickerPopup.

Properties for the ColorPickerPopup React component

Extends

Properties

Name Type Description
captureClicks boolean | undefined If true, don't propagate clicks out of the ColorPicker  
colorDefs ColorDef[] | undefined Preset colors.  
colorInputType "hsl" | "rgb" | "hex" If set show input values  
disabled boolean | undefined Disabled or not  
hideCloseButton boolean | undefined If true, don't show close button at top  
initialColor ColorDef Current color  
onClose (colorValue: ColorDef) => void | undefined    
onColorChange (newColor: ColorDef) => void | undefined    
popupPosition RelativePosition | undefined popup position.  
readonly boolean | undefined Readonly or not, color displayed on button but button will not trigger pop-up  
ref Ref<HTMLButtonElement> | undefined Provides ability to return reference to HTMLButtonElement  
showCaret boolean | undefined If true show up/down caret next to color  

Inherited properties

Name Type Inherited from Description
itemId string | undefined CommonProps Optional unique identifier for item.

Defined in

Last Updated: 13 May, 2024