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? | The output value of the field. |
label? | A label describing the purpose of the field. |
detail? | Additional information about the field, disclosed in a tooltip. |
required? | Whether or not this field is required. |