tuil
ReferencePackages@mwillbanks/tuil-operationsAPI

OperationProgress

interface exported by @mwillbanks/tuil-operations.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-operations.

export interface OperationProgress {
  readonly current: number;
  readonly total?: number;
  readonly message?: string;
}

Members

MemberTypeRequiredDescriptionRelated types
currentnumberYesThe current member uses the number contract.
totalnumber | undefinedNoThe total member uses the number | undefined contract.
messagestring | undefinedNoThe 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.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-operations

On this page