API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceAssetIdentity
@codexo/exojs / assets / stable
The two identities a request resolves to, as reported by Loader.identify.
3
props
0
methods
0
events
Import
import { AssetIdentity } from '@codexo/exojs'The two identities a request resolves to, as reported by Loader.identify.
Properties3
locator: stringThe canonical locator both are derived from.
resourceKey: stringEqual keys mean one resident resource, one in-flight fetch and one set of claims.
sourceKey: stringEqual keys mean one acquisition, however many resources are built from it.
Source