Appearance
颜色选择器
type SchemaColorPickerWidgetOptions = { opacity?: boolean; inline?: boolean; presets?: string[]; format?: 'hex' | 'rgb' | 'hsl' | 'hsv'; };