API reference

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

T

typeAssetTypeName

@codexo/exojs / assets / stable

The name a request dispatches on: a built-in AssetDefinitions key, or the stable AssetType.id of a type installed on this application. The open half is what lets an application install a fully typed custom asset type without declaring it to the module system first; the literal half keeps the built-in keys autocompleting.

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

The name a request dispatches on: a built-in AssetDefinitions key, or the stable AssetType.id of a type installed on this application.

The open half is what lets an application install a fully typed custom asset type without declaring it to the module system first; the literal half keeps the built-in keys autocompleting.

Definition1
Source