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.
Create Panel library
Signature
typescript
function create(
libraryUuid: string,
panelLibraryName: string,
classification?: ILIB_ClassificationIndex | Array<string>,
description?: string,
): Promise<string | undefined>;1
2
3
4
5
6
2
3
4
5
6
Parameters
Parameter | Type | Description |
|---|---|---|
libraryUuid | string | Library UUID, you can use LIB_LibrariesList APIs in |
panelLibraryName | string | Panel library name |
classification | ILIB_ClassificationIndex | Array<string> | (Optional) Classification |
description | string | (Optional) Description |
Returns
Promise<string | undefined>
Panel library UUID