API reference

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

T

typeAssetEntry

@codexo/exojs/extensions / extensions / stable

One entry of an Extension's `assets` list: a first-class AssetType. The type carries its own stable identity, identity hooks, source codec and factory provider, and is installed on the applications that list it and on no other - importing the module that defines it installs nothing.

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

One entry of an Extension's `assets` list: a first-class AssetType.

The type carries its own stable identity, identity hooks, source codec and factory provider, and is installed on the applications that list it and on no other - importing the module that defines it installs nothing.

Definition1
Source