Home > LIB_PanelLibrary > modify
LIB_PanelLibrary.modify() 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.
Modify Panel library
Signature
typescript
function modify(
panelLibraryUuid: string,
libraryUuid: string,
panelLibraryName?: string,
classification?: ILIB_ClassificationIndex | Array<string> | null,
description?: string | null,
): Promise<boolean>;1
2
3
4
5
6
7
2
3
4
5
6
7
Parameters
Parameter | Type | Description |
|---|---|---|
panelLibraryUuid | string | Panel library UUID |
libraryUuid | string | Library UUID, you can use LIB_LibrariesList APIs in |
panelLibraryName | string | (Optional) Panel library name |
classification | ILIB_ClassificationIndex | Array<string> | null | (Optional) Classification |
description | string | null | (Optional) Description |
Returns
Promise<boolean>
Whether the operation is successful
Remarks
If you want to clear certain properties, set their values to null