getList
Store.prototype.getList(set)
Returns the matching items from the store like: {data: [...]}
.
todoStore.get({name: "dishes"}) //-> {data: [{id: 1, name: "dishes"}]}
Store.prototype.getList(set)
Returns the matching items from the store like: {data: [...]}
.
todoStore.get({name: "dishes"}) //-> {data: [{id: 1, name: "dishes"}]}