Methods
compute(info) → {Array}
Create the array value
Parameters:
Name | Type | Description |
---|---|---|
info |
CreateInfo | The creation info |
- Source:
Returns:
An array containing the specified objects
- Type
- Array
(static) fromObjects(objects, params) → {CreateInfo}
Make an array out of objects
Parameters:
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
objects |
Object | Array | Either the indices or values of objects stored in an array or shallow object | ||||||||||||||||||||||||
params |
Object |
Properties
|
- Source:
Returns:
The creation info
- Type
- CreateInfo