Copies the value of a named property to another property. This is useful when you need to plug in the value of another property in order to get a property name and then want to get the value of that property name.
Table C.96: Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
property | String | The name of the property to set. | n/a | Yes |
override | Boolean | If the property is already set, should we change it's value. | false | No |
from | String | The name of the property you wish to copy the value from. | n/a | Yes |
silent | Boolean | Do you want to suppress the error if the "from" property does not exist, and just not set the property "name". | false | No |