API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceAssetOwnerInspection
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.
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.
id: numbername?: string