Adds one or more items to the store
Removes all items from the store
Helper for finding an item based on a condition. Works similarly to array.find
Get an item by ID
Removes an item by ID. Calling this will make it disappear from dependent loaders and list loaders
Generated using TypeDoc
Observable-based class used for storing any kind of data, primarily for use with the *Loader classes.