API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeInferAssetResource
@codexo/exojs / assets / stable
0
props
0
methods
0
events
Import
import { InferAssetResource } from '@codexo/exojs'Definition1
I extends AssetA typed, loadable asset reference. Holds config only - no loaded resource.<T> ? T : I extends { parse: (raw: never) => R } ? R : I extends { type: K } ? AssetDefinitionsEvery built-in asset type, keyed by its id, plus whatever extension packages declaration-merge into it. An entry declares the runtime `resource` it produces an…[K]["resource"] : neverSource