eda_lib_panel_library_delete
Delete a specific panel library from your JLC EDA project by providing its UUID and parent library UUID, returning whether the deletion succeeded.
Instructions
lib_PanelLibrary.delete(panelLibraryUuid: string, libraryUuid: string) -> Promise 删除面板库 returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |