interface BaseAsset {
    asset: null | Asset;
    assetId: string;
    md5: string;
    name: string;
}

Hierarchy (View Summary)

Properties

Properties

asset: null | Asset

TW: asset may be null in packaged runtime mode (runtime.isPackaged)

assetId: string

The md5 of this asset.

md5: string

The md5 + file extension of this asset.

name: string