OptionaldataOptionalchildrenFunction as children for rendering the data. The property is required if the data component is not inherited.
OptionalloadFunction to load the data. The property is required if the data component is not inherited.
OptionalLoaderThe component to render while the data are loading.
OptionalonFunction called when the data are received.
OptionalonFunction called if the error occurs during the request.
OptionalrefreshIndicates if the component should force load the data on mount.
OptionalrenderFunction for rendering the error.
OptionaltransformTransforms the data before storing.
OptionalupdateFunction 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.