Describes a state of an AJAX upload item. The data depends on the the current key.

Type parameters

  • K: string

  • V

Hierarchy

  • UploadStateEntry

Index

Properties

Properties

data

data: V

The data of the current state.

state

state: K

The state of the upload item, either pending, success, failure, or pendingRemoval.