API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeAssets
A reusable, typed asset container. Each field is materialized as a handle-hybrid leaf: a resource type's leaf IS a usable placeholder resource (`Texture`/`Sound`) that heals in place once adopted by a loader; a value type's leaf is an `AssetRef`. The container exposes those leaves as direct typed properties and via an `entries` record.
import { Assets } from '@codexo/exojs'A reusable, typed asset container.
Each field is materialized as a handle-hybrid leaf: a resource type's leaf IS a usable placeholder resource (`Texture`/`Sound`) that heals in place once adopted by a loader; a value type's leaf is an `AssetRef`. The container exposes those leaves as direct typed properties and via an `entries` record.
AssetsImpl<M> & InferAssetsProperties<M>