ColorPickerDialogProps Interface

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

Properties for the ColorPickerDialog React component

Properties

Name Type Description
color ColorDef    
colorInputType "hsl" | "rgb" | "hex" If set show either HSL, RGB, or HEX input values.  
colorPresets undefined | ColorDef[] displayed in rows of 9 items  
dialogTitle string    
onCancelResult () => void    
onOkResult (selectedColor: ColorDef) => void    

Defined in

Last Updated: 05 April, 2024