tuil
ReferencePackages@mwillbanks/tuil-operationsAPI

OperationEvent

interface exported by @mwillbanks/tuil-operations.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-operations.

export interface OperationEvent {
  readonly operation: OperationSnapshot;
  readonly previousStatus?: OperationStatus;
  readonly at: number;
}

Members

MemberTypeRequiredDescriptionRelated types
operationOperationSnapshot<unknown>YesThe operation member uses the OperationSnapshot<unknown> contract.OperationSnapshot
previousStatusOperationStatus | undefinedNoThe previousStatus member uses the OperationStatus | undefined contract.OperationStatus
atnumberYesThe at member uses the number 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-operations

On this page