接口 IPropertyItemOptionsColorPicker_deprecated实验性

interface IPropertyItemOptionsColorPicker_deprecated {
    enable?: boolean;
    onChange?: OnChangeCallback<PropertyBag, string>;
    showAlpha?: boolean;
    title?: string;
    variant?: ColorPickerPropertyItemVariant;
    visible?: boolean;
}

层级 (查看完整内容)

属性

enable?: boolean

If the item is enabled in the UI.

onChange?: OnChangeCallback<PropertyBag, string>

Callback to execute when the value is updated.

showAlpha?: boolean
title?: string

Localized title of the property item

visible?: boolean

If the item should be visible in the UI.