objectValues
Last updated
Last updated
Creates an array/list of the attribute/property values of an object.
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
Description | Output Type |
---|---|
N/A
Given the above object, objectValues
function will return this list:
See also objectKeys
and objectAttr
object
The object to get the attribute/property values.
Object
-
-
Yes
Returns the array/list of the attribute/property values.
Array/List