Color List

Use the color list field to display a group of colors.

Example

Color List
#0055ff
#0066ff
#0077ff
{
  type: "colorlist",
  label: "Color List",
  value: ["#0055ff", "#0066ff", "#0077ff"],
}

Options

Output

Use these options when using the field with make.

label?
string |‌ false
A label describing the purpose of the field. Setting the label to false removes the element, which can be useful when nested as the only child within a group.
detail?
string
Additional information about the field, disclosed in a tooltip.
value?
Array<string>
The output value of the field.