Skip to content

ColorCodeOption

A color code option

Fields

label · String · The label of the color code option
value · String · The value of the color code option

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
}