IDP.Custom.Design.CustomModel.getPreviewImgAsync() 函数
function getPreviewImgAsync(option: GetPreviewImgOption): Promise<PreviewImgInfo>;
根据模型id获取模型的缩略图信息
参数:
option: GetPreviewImgOption
返回值: Promise<PreviewImgInfo>
function getPreviewImgAsync(option: GetPreviewImgOption): Promise<PreviewImgInfo>;
根据模型id获取模型的缩略图信息
参数:
option: GetPreviewImgOption返回值: Promise<PreviewImgInfo>