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