A Templates attribute
| name | data type | description |
|---|---|---|
| templateAttributeDefinition | string | get the definition of this attribute |
| template | string | get the template this attribute is attached to |
Properties inherited from AbstractTemplateAttribute |
||
| id | string | |
| attributeValue | string | |
Example
{
"templateAttributeDefinition" : "...",
"template" : "...",
"id" : "...",
"attributeValue" : "..."
}