ActionFieldColorPicker: ActionFieldBase & {
    enableOpacity?: boolean;
    placeholder?: string;
    quickPalette?: string[];
    type: "String";
    widget: "ColorPicker";
}