Represents the basic progress of a load operation.
OnLoadProgressBasic
const onLoadProgress: OnLoadProgressBasic = { total: 100, loaded: 50}; Copy
const onLoadProgress: OnLoadProgressBasic = { total: 100, loaded: 50};
The number of items that have been loaded so far.
The total number of items to load.
Represents the basic progress of a load operation.
OnLoadProgressBasic
Example