IDP.Custom.Design.CustomModel.findTopModelsAsync() function
获取当前场景中的顶层模型
Signature:
function findTopModelsAsync(options?: FindTopModelsOptions): Promise<CustomModel[]>;
Links: function findTopModelsAsync(options?: FindTopModelsOptions): Promise<CustomModel[]>;
Parameters
Parameter | Type | Description |
---|---|---|
options | (Optional) CustomModel对象数组 @vm-type FindTopModelsAsync |
Returns:
Promise<CustomModel[]>