@turbowarp/types-tw
    Preparing search index...

    Interface BaseAsset

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    asset: Asset | null

    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. May be missing.

    name: string