Skip to content

Configuration Item Color

Sébastien Gallou edited this page Apr 18, 2017 · 2 revisions

Color

This type describe a color data

Non optionnal fields

Type descriptor

This field define the type as color

"type" : "color"

Optionnal fields

Default Value

The defaultValue field permit to set the default value of the parameter. If not set the default value is a black color "#000000#.

"defaultValue" : "#FF0000"

Example

"plotColor" : {
                 "name" : "Color of the plot",
                 "description" : "Permit to change the color of the plot",
                 "type" : "color",
                 "defaultValue" : "#0000FF"
              }
Clone this wiki locally