Get Attribute
- properties.get
Input:
- objects – Property-Holder
- key – String
- default – Anything
Output:
- output – Anything
Returns the value from the key
attribute for each object.
If the attribute does not exist or is empty, the default value for the output type is returned
(e.g. empty string for string, 0 for number). The default value can also be explicitly specified
via the default
argument.