IDP.Custom.Design.CustomModel.getCustomModelByModelIdAsync() function
根据模型的的ID,获取方案中的模型信息
Signature:
function getCustomModelByModelIdAsync(id: string): Promise<CustomModel | undefined>;
Links: function getCustomModelByModelIdAsync(id: string): Promise<CustomModel | undefined>;
Parameters
Parameter | Type | Description |
---|---|---|
id | string | 模型ID @vm-type GetCustomModelByModelIdAsync |
Returns:
Promise<CustomModel | undefined>