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