Home > LIB_PanelLibrary > delete
LIB_PanelLibrary.delete() 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
delete(panelLibraryUuid: string, libraryUuid: string): Promise<boolean>;
1
Parameters
Parameter | Type | Description |
---|---|---|
panelLibraryUuid | string | 面板库 UUID |
libraryUuid | string | 库 UUID,可以使用 LIB_LibrariesList 内的接口获取 |
Returns
Promise<boolean>
操作是否成功