Color List

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

Example

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

Options

Output

Use these options when using the field with make.

value?
Array<string>
The output value of the field.
label?
string
A label describing the purpose of the field.
detail?
string
Additional information about the field, disclosed in a tooltip.