API reference

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

T

typeSourceKey

@codexo/exojs / assets / stable

The identity of the source data a request acquires. Composed of the canonical locator and - when the type declares one - a source discriminator covering only what changes the acquired bytes (a locale, a content variant). It deliberately carries no asset type and no resource discriminator: two ResourceKeys that differ only in how the same download is interpreted share one `SourceKey`. How an acquired representation is stored is a separate question again, and is not part of this key.

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

The identity of the source data a request acquires.

Composed of the canonical locator and - when the type declares one - a source discriminator covering only what changes the acquired bytes (a locale, a content variant). It deliberately carries no asset type and no resource discriminator: two ResourceKeys that differ only in how the same download is interpreted share one `SourceKey`.

How an acquired representation is stored is a separate question again, and is not part of this key.

Definition1
string
Source