Class CustomProgressEvent<D, T>

An implementation of the ProgressEvent interface, this is essentially a typed CustomEvent with a type property that lets us disambiguate events passed to progress callbacks.

Type Parameters

  • D = unknown
  • T extends string = any

Hierarchy

Implements

Constructors

Properties

Constructors

Properties

detail: D

Context-specific event information

type: T

The event type