eda_lib_symbol_update_document_source
Updates a library symbol's document source in EasyEDA Pro. Provide the symbol UUID, library UUID, and new source string to modify the symbol's underlying document data.
Instructions
lib_Symbol.updateDocumentSource(symbolUuid: string, libraryUuid: string, documentSource: string) -> Promise<boolean | undefined> 更新符号的文档源码 returns: 是否更新成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |