[]
dashboard.VisualNS.AssetsManager
• new AssetsManager()
▸ getImage(imageName
): string
返回图片 base64 字符串。
名称 | 类型 |
---|---|
imageName |
string |
string
示例代码
// 获取 assets 中定义的 image。
this.container.style.backgroundImage = `url(${host.assetsManager.getImage('testImg')})`;