objectAttr
Last updated
Last updated
Given an object and an attribute key, the objectAttr
function will return the value of the specified attribute.
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
Description | Output Type |
---|---|
N/A
Coming Soon.
Given the above object, objectAttr
function for name
will return John
.
See also objectValues
and objectKeys
object
Object with key-value pairs
Object
-
-
Yes
attr
The name of the attribute to be retrieved.
String/Text
-
-
Yes
Returns the selected attribute value of the object.
Any