Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 765 Bytes

File metadata and controls

27 lines (17 loc) · 765 Bytes

Property

You can use this viewHelper to retrieve a property from ab object based on the name of the property stored in a variabl

Example

<f:for each="{properties}" as="property">
  <e:property object="{object}" name="{property}" />
</f:for>

Arguments

Name Type Required Description
object object yes Object to get the property or propertyPath from
name string yes Name of the property or propertyPath