Optional
dataOptional
childrenFunction as children for rendering the data. The property is required if the data component is not inherited.
Optional
loadFunction to load the data. The property is required if the data component is not inherited.
Optional
LoaderThe component to render while the data are loading.
Optional
onFunction called when the data are received.
Optional
onFunction called if the error occurs during the request.
Optional
refreshIndicates if the component should force load the data on mount.
Optional
renderFunction for rendering the error.
Optional
transformTransforms the data before storing.
Optional
updateFunction to updated data in the store. The property is required if the data component is not inherited.
The key with which are the data stored in the store. The property is required if the component is not inherited.