TemplateAttributePickListValue

Contents

This object associates named picklist options with their values.

Fields

name (String!)
The option’s human-readable name. This field uniquely identifies the option.

value (String)
The value corresponding to the name. A null value indicates the template author left the value blank.

icon (String)
A string (“check-circle”) corresponding to an icon for the picklist option. Optional field, only non-null when pickListHasIcon is true.

color (String)
A hex value (“#FFFFFF”) for the color corresponding to the picklist option. Optional field, only non-null when pickListHasIcon is true.

Updated on September 9, 2025

Related Articles