IDP.Custom.Design.CustomModel.getCustomModelByModelIdAsync() 函数
function getCustomModelByModelIdAsync(id: string): Promise<CustomModel | undefined>;
根据模型的的ID,获取方案中的模型信息
参数:
-
id: string模型ID
@vm-type GetCustomModelByModelIdAsync
返回值: Promise<CustomModel | undefined>