Represents the full progress of a load operation, including percentage.
OnLoadProgressFull
The percentage of items that have been loaded so far.
const onLoadProgress: OnLoadProgressFull = { total: 100, loaded: 50, percent: 50}; Copy
const onLoadProgress: OnLoadProgressFull = { total: 100, loaded: 50, percent: 50};
Represents the full progress of a load operation, including percentage.
OnLoadProgressFull
Param: percent
The percentage of items that have been loaded so far.
Example