value

currently selected color

string value;

Example

webix.ui({
      view:"colorboard",
      value:"#ffaa00"
    });

Back to top