API reference

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

I

interfaceAssetOwnerInspection

@codexo/exojs / assets / stable

One row of Loader.inspect's diagnostic snapshot: everything a developer needs to reason about a single canonical asset without reaching into `Loader`'s private residency bookkeeping - its lifecycle state, how many independent claim scopes hold it, and whether its fetch is queued, in flight, or settled. Every row is plain, frozen data: numbers, strings, booleans, and the asset's constructor token - never a `Set`, a claim symbol, or a live handle/ref object, so nothing returned here can be used to mutate residency state.

3
props
0
methods
0
events
Import
import { AssetOwnerInspection } from '@codexo/exojs'

One row of Loader.inspect's diagnostic snapshot: everything a developer needs to reason about a single canonical asset without reaching into `Loader`'s private residency bookkeeping - its lifecycle state, how many independent claim scopes hold it, and whether its fetch is queued, in flight, or settled. Every row is plain, frozen data: numbers, strings, booleans, and the asset's constructor token - never a `Set`, a claim symbol, or a live handle/ref object, so nothing returned here can be used to mutate residency state.

Properties3
id: number
Stable, unique per loader run.
name?: string
The scope's human-readable label, when it was given one. Never an identity.
Source