Interface IAssetConfig

资产配置

interface IAssetConfig {
    id: string;
    path: string;
    size: number;
    tagList?: string[];
    type: string;
    url: string;
}

Properties

id: string

资产 Bom Id

path: string

资产路径

size: number

资产大小

tagList?: string[]

资产标签,可选

type: string

资产类型

url: string

资产地址

Generated using TypeDoc