Retrieving
store.getGroup('selectedBooks');[
{
id: 2,
attributes: {
name: 'The Lord of the Rings',
publishYear: 1940,
},
meta: {},
computedAttributes: {},
},
];store.getGroup('aGroupThatDoesNotExist');
// => []Returning the Group as an Object
Tips
Last updated