Actions: Properties

get 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.

match property

Matches a property to another property with an optional numeric offset. Note on properties made up of comma delimited numbers: The Offset is added to each number in the comma delimied set.

Argument Description
Offset The value by which to offset the final target value. Only works on numeric properties, or properties with comma delimited numbers. Accepts negative and positive numbers.
TargetElement The element to have its property replaced.
TargetProperty The property to be replaced
SourceElement The element to have its property matched.
SourceProperty The property to match

set property

Change the value of a property of an element.

Argument Description
Value A variable, element, or input that will be applied to the selected element.
Element The element to have its property adjusted.
Property The attribute that is to be adjusted.

set 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.

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.

This chapter was last updated on Fri 18 Apr 2025 13:55:00 BST