ImageDefinition interface
映像定义。
属性
| content |
图像 Blob 的内容 URL。 |
| image |
映像是否存在。 |
| relative |
图像的相对路径。 |
属性详细信息
contentUrl
图像 Blob 的内容 URL。
contentUrl?: string
属性值
string
imageExists
映像是否存在。
imageExists?: boolean
属性值
boolean
relativePath
图像的相对路径。
relativePath?: string
属性值
string