OperationEvent
interface exported by @mwillbanks/tuil-operations.
interface
Public interface exported by @mwillbanks/tuil-operations.
export interface OperationEvent {
readonly operation: OperationSnapshot;
readonly previousStatus?: OperationStatus;
readonly at: number;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
operation | OperationSnapshot<unknown> | Yes | The operation member uses the OperationSnapshot<unknown> contract. | OperationSnapshot |
previousStatus | OperationStatus | undefined | No | The previousStatus member uses the OperationStatus | undefined contract. | OperationStatus |
at | number | Yes | The 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.
Related types
Source
View the secondary source reference