API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceAssetTypeStats

@codexo/exojs / assets / stable

Residency totals for one asset type, as reported by AssetStats.byType.

5
props
0
methods
0
events
Import
import { AssetTypeStats } from '@codexo/exojs'

Residency totals for one asset type, as reported by AssetStats.byType.

Properties5
bytes: number
Estimated resident bytes across this type's ready assets; see AssetStats.bytes.
failed: number
Assets of this type whose last fetch attempt errored.
pending: number
Assets of this type that are claimed but not settled - idle, queued in the background lane, or fetching.
ready: number
Assets of this type whose payload is resident and readable.
type: string
The asset type's id, or the dispatch token's name for a type not installed on this loader.
Source