Property description
The setAttribute action type makes changes to the specified attribute.
Minimal JSON
{
"key": "",
"type": "setAttribute",
"attributeTypeKey": ""
}
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
key | Key of the action. | string | Yes |
type | setAttribute | string | Yes |
attributeTypeKey | Key of the attribute type that will be modified. | string | Yes |
clearValue | Determines whether the attribute value is cleared. | boolean | Yes* (mandatory when "clearValue": true) |
expression | New value of the attribute. Used when clearValue is false. See the full list of supported Dynamic Expressions. | string | Yes* (mandatory when "clearValue": false) |