Interface: Progress
components.Progress
Basic type to describe the progress of any kind of process.
Properties
current
• current: number
The amount of things that have been done already.
Defined in
temp/components/base-types/base-types.ts:119
total
• total: number
The total amount of things to be done by the process.
Defined in
temp/components/base-types/base-types.ts:122