getBlobOrRawUrl 获取二进制对象或原生链接
getBlobOrRawUrl
类型: MethodDeclaration
定义位置: loader.ts
描述
获取二进制对象或原生链接
参数 path
: 原生路径
参数
参数名 | 类型 | 描述 | 默认值 |
---|---|---|---|
guid | string | - | - |
返回值
类型: string
源代码
位置: 第 313 行
public getBlobOrRawUrl(guid: string): string {
const path = this.getPathByGUID(guid)
return this.cachedUrls[path] ?? path
}
文档生成时间:2025/7/7 12:07:06