Actions: Properties
Get the Property
Retrieves the value of a property of an element.
Argument | Description |
---|---|
Output | The location where the results will go (variable or text or field element). |
Element | The element to have its property value returned. |
Property | The attribute whose value will be returned. |
Set Variable From Property
Set a variable’s value based on an element’s property.
Argument | Description |
---|---|
Variable | The variable where the property’s value should be stored. |
Element | The element to have its property read. |
Property | The property to be read. |
Set the Property
Change the value of a property of an element.
Argument | Description |
---|---|
Value | The new property value to apply to the selected element. |
Element | The element to have its property adjusted. |
Property | The attribute that is to be adjusted. |
Set the Property From Variable
Change the value of a property of an element using a variable.
Argument | Description |
---|---|
Variable | The variable to apply to the property of the selected element. |
Element | The element to have its property adjusted. |
Property | The attribute that is to be adjusted. |
This chapter was last updated on Wed 8 Feb 2023 14:24:05 GMT