OperationProgress
interface exported by @mwillbanks/tuil-operations.
interface
Public interface exported by @mwillbanks/tuil-operations.
export interface OperationProgress {
readonly current: number;
readonly total?: number;
readonly message?: string;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
current | number | Yes | The current member uses the number contract. | — |
total | number | undefined | No | The total member uses the number | undefined contract. | — |
message | string | undefined | No | The message member uses the string | undefined contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference