Skip to content

TypeScript SDK Reference / ModelLoadingProgressEvent

Interface: ModelLoadingProgressEvent

Properties

loaded

loaded: number

Bytes loaded


module?

optional module: string

Module name that is loading the model


percentage

percentage: number

Current progress percentage (0-100)


stage

stage: ModelLoadingStageInfo

Current stage information with structured data


total

total: number

Total bytes to download