Generator version : 3.1.0
This object provides a pair of link attributes
Each pair contains the 'origin attibute' and the 'referenced attibute'
Since : 2.1.0
Example :
#foreach( $attributesPair in $link.attributes )
from $attributesPair.originAttribute.name
to $attributesPair.targetAttribute.name
#end
| Attributes and methods |
.originAttribute : AttributeInContext
Returns the link's origin attribute |
.targetAttribute : AttributeInContext
Returns the link's target attribute (referenced attribute) |