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.
修改面板库
Signature
typescript
modify(panelLibraryUuid: string, libraryUuid: string, panelLibraryName?: string, classification?: ILIB_ClassificationIndex | null, description?: string | null): Promise<boolean>;
1
Parameters
Parameter | Type | Description |
---|---|---|
panelLibraryUuid | string | 面板库 UUID |
libraryUuid | string | 库 UUID,可以使用 LIB_LibrariesList 内的接口获取 |
panelLibraryName | string | (Optional) 面板库名称 |
classification | ILIB_ClassificationIndex | null | (Optional) 分类 |
description | string | null | (Optional) 描述 |
Returns
Promise<boolean>
操作是否成功
Remarks
如希望清除某些属性,则将其的值设置为 null