Skip to content

PackagedAssetIndex

Defined in: packagedRuntime.ts:53

The packaged realm’s resolved asset index — manifest, catalog, resolution.

optional catalog?: Catalog

Defined in: packagedRuntime.ts:58

Logical → staged mapping for the loaders’ inner refs; absent when the build stages assets under their logical paths (nothing to remap).


manifest: AddressableManifest

Defined in: packagedRuntime.ts:54


model: ManifestModel

Defined in: packagedRuntime.ts:55

addressOf(ref): string | null

Defined in: packagedRuntime.ts:64

The asset’s LOGICAL source path for any ref spelling (including its own staged path), or null when unknown — recovers the authored directory a content-addressed rename hid.

string

string | null


assetPaths(): string[]

Defined in: packagedRuntime.ts:66

Every staged asset path — content-driven discovery (locale tables).

string[]


resolvePath(ref): string

Defined in: packagedRuntime.ts:60

Resolve any ref spelling (@uuid:, logical, “/”-rooted) to a staged path.

string

string