API reference

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

T

typeInferLoadedMap

@codexo/exojs / assets / stable

Maps each key of a catalog DEFINITION record to its resolved runtime resource type. Keyed on CatalogEntry, not `AssetInput`: a materialized catalog may have been defined with bare path strings, which `AssetInput` (configs and `Asset` descriptors only) does not cover - the loader consumes the already materialized leaves and must not re-validate the definition entries.

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

Maps each key of a catalog DEFINITION record to its resolved runtime resource type.

Keyed on CatalogEntry, not `AssetInput`: a materialized catalog may have been defined with bare path strings, which `AssetInput` (configs and `Asset` descriptors only) does not cover - the loader consumes the already materialized leaves and must not re-validate the definition entries.

Definition1
mapped
Source