eda_lib_panel_library_open_in_editor
Opens a panel library document in the EDA editor using its UUIDs, optionally in a split-screen view. Use it to load and edit panel library files directly.
Instructions
lib_PanelLibrary.openInEditor(panelLibraryUuid: string, libraryUuid: string, splitScreenId?: string) -> Promise<string | undefined> 在编辑器打开文档
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |