The data loaded by the loader. Pulls the data from the store by itemId
The error, if any occurred while loading
true
if the data has been loading for a while
true
if the data is currently being loaded
Loads the data, but only if it's not already loaded
Try to load the data, then store it in the store. If already loading, will wait until it's finished
Sets the Loader's itemId to that of the data, and adds the data to the store, effectively setting the data that the Loader is working with.
Generated using TypeDoc
The ID of the item we're pulling from the store