Interface ProgressEvent<T, D>

Progress events are emitted during long running operations

Type Parameters

  • T extends string = any

  • D = unknown

Hierarchy

  • ProgressEvent

Implemented by

Properties

Properties

detail: D

Context-specific event information

type: T

The event type