API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceAssetStatus
Uniform, read-only load-status contract surfaced by every asset handle and ref. A public projection of the handle's internal `LoadState`: `Texture`, `Sound`, and AssetRef each expose `state`, `ready`, and `error` directly (plus their own `loaded` promise), so they structurally satisfy this interface. No separate status object is created.
import { AssetStatus } from '@codexo/exojs'Uniform, read-only load-status contract surfaced by every asset handle and ref. A public projection of the handle's internal `LoadState`: `Texture`, `Sound`, and AssetRef each expose `state`, `ready`, and `error` directly (plus their own `loaded` promise), so they structurally satisfy this interface. No separate status object is created.
error: Error | nullready: boolean