Skip to content

textmode.js / loading / LoadingPhaseSnapshot

Interface: LoadingPhaseSnapshot

Snapshot of a loading phase's state.

Properties

PropertyTypeDescription
idstringThe unique identifier of the loading phase.
labelstringThe label or name of the loading phase.
progressnumberThe progress of the loading phase, represented as a number between 0 and 1.
status"pending" | "running" | "complete" | "failed"The current status of the loading phase.
weightnumberThe weight of this phase for calculating overall progress.