Home > LIB_Footprint > create
LIB_Footprint.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, footprintName: string, classification?: ILIB_ClassificationIndex, description?: string): Promise<string | undefined>;
1
Parameters
Parameter | Type | Description |
---|---|---|
libraryUuid | string | 库 UUID,可以使用 LIB_LibrariesList 内的接口获取 |
footprintName | string | 封装名称 |
classification | (Optional) 分类 | |
description | string | (Optional) 描述 |
Returns
Promise<string | undefined>
封装 UUID