UploadEventData: {
    internalId: string;
    queueSize: number;
}

Event data for the UploadStarted and UploadFinished event. This holds the internal identifier of the upload image as well as the size of the upload queue at the time of the event.

Type declaration

  • internalId: string

    The internal identifier of the upload image.

  • queueSize: number

    The size of the upload queue at the time of the event.

Generated using TypeDoc