Interface ColorPickerBoxProps

Basic properties of every Component

Hierarchy

  • DialogProps<ColorPickerBoxEventMap>
    • ColorPickerBoxProps

Properties

attrs?: object
autoClose?: boolean
buttons?: FormButtons
closable?: boolean
cls?: string
color: Color
cust_colors?: Color[]
data?: any
disableSuggestions?: boolean
dlgHeight?: number
dlgWidth?: number
dom_events?: IDOMEvents
enabled?: boolean
events?: MapEvents<ColorPickerBoxEventMap>
flex?: string | number
hasAlpha?: boolean
height?: number
icon?: IconID
id?: string
left?: number
maximizable?: boolean
maximized?: boolean
minimizable?: boolean
movable?: boolean
ns?: string
ref?: string
sizable?: boolean
style?: IMap<string | number>
tabIndex?: number | boolean
tag?: string
title?: string
tooltip?: string
top?: number
width?: number

Generated using TypeDoc