eda_lib_cbb_get
Retrieve all properties of a reusable module (CBB) by providing its UUID. Specify a library UUID to narrow the search, or use the active window automatically. Returns the module attributes directly.
Instructions
lib_Cbb.get(cbbUuid: string, libraryUuid?: string) -> Promise<ILIB_CbbItem | undefined> 获取复用模块的所有属性 returns: 复用模块属性
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |