eda_lib_cbb_open_symbol_in_editor
Opens a reusable module symbol in the editor by its component and library UUIDs, enabling direct inspection or modification of the symbol.
Instructions
lib_Cbb.openSymbolInEditor(cbbUuid: string, libraryUuid: string, splitScreenId?: string) -> Promise<string | undefined> 在编辑器打开复用模块符号
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |