loadable
Loadable is a characteristic of a resource, such as a layer, map, or portal item, that allows developers to perform tasks such as:
- Monitor the resource's load status.
- Retry to load if previous load attempts failed.
A loadable resource handles concurrent and repeated requests to load to accommodate the common practice of sharing the same resource instance among various parts of an app.