eda_lib_cbb_delete
Delete a reusable module from an EasyEDA Pro library by specifying its UUID and library UUID. Returns a boolean indicating whether the deletion succeeded.
Instructions
lib_Cbb.delete(cbbUuid: string, libraryUuid: string) -> Promise 删除复用模块 returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |