Property description

The setAttribute action type makes changes to the specified attribute.

Minimal JSON

{
  "key": "",
  "type": "setAttribute",
  "attributeTypeKey": ""
}

Nested properties

PropertyDescriptionValuesMandatory
keyKey of the action.stringYes
typesetAttributestringYes
attributeTypeKeyKey of the attribute type that will be modified.stringYes
clearValueDetermines whether the attribute value is cleared.booleanYes* (mandatory when "clearValue": true)
expressionNew value of the attribute. Used when clearValue is false. See the full list of supported Dynamic Expressions.stringYes* (mandatory when "clearValue": false)