colorChoiceConfig

Examples

kind: Color
label: My Label
value: 123
color: [0, 100, 255]

Object properties

Name Type Required
kind Constant: Color yes
label string yes
value string yes
color Array yes

Object information

  • Object with the following properties:
    • kind (required): Constant Color
    • label (required): string
    • value (required): string
    • color (required): Array of:
      • minItems: 3
      • maxItems: 3
      • number