Opens a color picker panel in the editor, prompting the user to select a color. This function is intended for use in the settings panel of a site widget or plugin implemented with a custom element.
| Name | Type | Description | 
|---|---|---|
value | string | Optional. Value of the associated color CSS property. | 
options | SelectColorOptions | Optional. Options to use when opening the color picker panel. | 
| Name | Type | Description | 
|---|---|---|
onChange | Function | Optional. Callback function invoked when the color selection changes. It receives the updated color value as a parameter. | 
Promise<string>
The color selected by the user.