Defines where the data will be placed. A Destination is only applicable when its related Source "triggers" the setting of the Destination
Syntax<Destination type="..." name="..." value="..."/>
Arguments
Name | Required | Description | Example |
---|
type | Yes
| Must be one of the allowed types:
| type="property" | name | Yes
| Name of the destination / variable that will contain the data, relative to the specified type | name="attrmap" | value | No | NOTICE: The Destination needs to be "triggered" by a Source
- If a value IS set
- The value of the data, represented by the "name", will contain the specified value
- If a value IS NOT set
- The value of the data, represented by the "name", will be value of the related Source value
| value="..." |
PropertiesNone
|