eda_dmt_editor_control_open_library_document
Opens a library symbol or footprint document in the EasyEDA Pro editor by providing library UUID, library type, and component UUID. Returns the tab ID for the opened document.
Instructions
dmt_EditorControl.openLibraryDocument(libraryUuid: string, libraryType: ELIB_LibraryType.SYMBOL | ELIB_LibraryType.FOOTPRINT, uuid: string, splitScreenId?: string) -> Promise<string | undefined>
打开库符号、封装文档
returns: 标签页 ID,如若为 undefined,则打开文档失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |