API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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: numberEstimated resident bytes across this type's ready assets; see AssetStats.bytes.
failed: numberAssets of this type whose last fetch attempt errored.
pending: numberAssets of this type that are claimed but not settled - idle, queued in the background lane, or fetching.
ready: numberAssets of this type whose payload is resident and readable.
type: stringThe asset type's id, or the dispatch token's name for a type not installed on this loader.
Source