ctrl+k
Enter a search term above to see results...
Enter a search term above to see results...
Object helpers provide utilities for working with objects in templates.
Converts an object to an array for use with {#each}
.
Name | Type | Description |
---|---|---|
obj | object | The object to convert |
array
- An array of key-value pair objects.
Can be used to pass arbitrary data as an object to other functions.
Name | Type | Description |
---|---|---|
obj | object | The object to create |
object
- The created object.