ColorCodeOption
A color code option
Fields
Used By
Definition
"""A color code option"""type ColorCodeOption { """ The label of the color code option """ label: String
""" The value of the color code option """ value: String}