API reference

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

I

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: string
The canonical locator both are derived from.
resourceKey: string
Equal keys mean one resident resource, one in-flight fetch and one set of claims.
sourceKey: string
Equal keys mean one acquisition, however many resources are built from it.
Source