Interface: BundleIdentifierOptions

BundleIdentifierOptions

Options for how the resolver deals with generating bundle ids

Properties:
Name Type Description
connector string

The character that is used to connect the bundleId and the assetId when generating a bundle asset id key

createBundleAssetId (bundleId: string, assetId: string) => string

A function that generates a bundle asset id key from a bundleId and an assetId

extractAssetIdFromBundle (bundleId: string, assetBundleId: string) => string

A function that generates an assetId from a bundle asset id key. This is the reverse of generateBundleAssetId

Members

connector string

The character that is used to connect the bundleId and the assetId when generating a bundle asset id key

createBundleAssetId (bundleId: string, assetId: string) => string

A function that generates a bundle asset id key from a bundleId and an assetId

extractAssetIdFromBundle (bundleId: string, assetBundleId: string) => string

A function that generates an assetId from a bundle asset id key. This is the reverse of generateBundleAssetId