setValue()
selects a color in Colorpicker
setValue(value: string): void;
Parameters:
value: string
- the code of a color (in the Hex format) to select
Example
colorpicker.setValue("#BDF0E9");
Related sample: Colorpicker. Set value
selects a color in Colorpicker
value: string
- the code of a color (in the Hex format) to selectExample
colorpicker.setValue("#BDF0E9");
Related sample: Colorpicker. Set value