TemplateAttribute

This interface is implemented by concrete types representing the types of attributes that can be configured on a template.

Implemented by

Fields

apiName (String!)
The api name for this attribute. The api name uniquely identifies this attribute within its template, and it can be used to refer to the attribute from expressions.

name (String)
The human-readable name of the attribute. This may not be unique, and may change over time.

type (TemplateAttributeType!)
The type of attribute.

writeable (Boolean!)
Some built-in attributes that come with every template are fundamentally read-only: they can never be written to, regardless of configuration. For those attributes, this flag is false.

Updated on September 9, 2025

Related Articles