Jump to top

LoadBundleTaskProgress

interface

Represents a progress update or a final state from loading bundles.

Properties

bytesLoaded

</>

How many bytes have been loaded.

bytesLoaded: number;

documentsLoaded

</>

How many documents have been loaded.

documentsLoaded: number;

taskState

</>

Current task state.

taskState: TaskState;

totalBytes

</>

How many bytes are in the bundle being loaded.

totalBytes: number;

totalDocuments

</>

How many documents are in the bundle being loaded.

totalDocuments: number;