eda_lib_symbol_get
Retrieve all properties of a library symbol by its UUID, optionally scoped to a specific library, to inspect or verify symbol attributes in EasyEDA Pro.
Instructions
lib_Symbol.get(symbolUuid: string, libraryUuid?: string) -> Promise<ILIB_SymbolItem | undefined> 获取符号的所有属性 returns: 符号属性
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |