Interface: IColorPickerPropertyItemOptions experimental
Beta
Optional properties for Color Picker property item
Extends
Properties
enable?
optionalenable?:boolean
Beta
Remarks
Initial enabled state of property item. If undefined, it will default to true.
Inherited from
IPropertyItemOptionsBase.enable
hiddenAlpha?
optionalhiddenAlpha?:boolean
Beta
Remarks
If true alpha control will be hidden. If undefined, it will default to false.
hiddenLabel?
optionalhiddenLabel?:boolean
Beta
Remarks
If true label text will be hidden. It will be visible by default.
onChange?
optionalonChange?: (newValue,oldValue) =>void
Beta
Parameters
newValue
RGBA
oldValue
RGBA
Returns
void
Remarks
This callback is called when UI control value is changed.
style?
optionalstyle?:PaneItemStyle
Beta
Remarks
Optional styling overrides for the item.
Inherited from
IPropertyItemOptionsBase.style
title?
optionaltitle?:LocalizedString
Beta
Remarks
Localized title of the property item.
tooltip?
optionaltooltip?:LocalizedString
Beta
Remarks
Tooltip description of the property item.
variant?
optionalvariant?:ColorPickerPropertyItemVariant
Beta
Remarks
The variant for the button. By default it is Primary.
visible?
optionalvisible?:boolean
Beta
Remarks
Initial visibility state of property item. If undefined, it will default to true.
