API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeLoadStateValue
@codexo/exojs / core / stable
Load lifecycle of a seamless asset handle. Directly constructed assets are `'ready'`; a catalog leaf awaiting adoption is `'idle'`.
0
props
0
methods
0
events
Import
import { LoadStateValue } from '@codexo/exojs'Load lifecycle of a seamless asset handle. Directly constructed assets are `'ready'`; a catalog leaf awaiting adoption is `'idle'`.
Definition1
"failed" | "idle" | "loading" | "ready"Source