Get a component of this asset associated with the specified key. Returns a blob incase the component is available, otherwise it will throw an error. This is the entrypoint from which components are requested for local purposes. (aka. when no compute server is involved.)
The key that the component is associated with.
A promise that resolves to the components blob.
Get the location of a component of this asset associated with the specified key. Will return null incase an location could not be resolved. This could sometimes be the case when a component is only available locally but has no public location.
The key that the component is associated with.
The location of the component or null. Does not mean that the component behind the url is available.
The type of an asset.
An interface to identify an asset and access its individual components. One can imagine it as a folder containing multiple files associated with that asset.