LIB_Cbb.create() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
创建复用模块
Signature
typescript
create(libraryUuid: string, cbbName: string, classification?: ILIB_ClassificationIndex, description?: string): Promise<string | undefined>;
1
Parameters
Parameter | Type | Description |
---|---|---|
libraryUuid | string | 库 UUID,可以使用 LIB_LibrariesList 内的接口获取 |
cbbName | string | 复用模块名称 |
classification | (Optional) 分类 | |
description | string | (Optional) 描述 |
Returns
Promise<string | undefined>
复用模块 UUID