eda_lib_symbol_open_in_editor
Opens a specific library symbol in the EasyEDA Pro editor using its symbol and library UUIDs, enabling immediate editing.
Instructions
lib_Symbol.openInEditor(symbolUuid: string, libraryUuid: string, splitScreenId?: string) -> Promise<string | undefined> 在编辑器打开文档
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |