eda_lib_symbol_get_render_image
Retrieve a rendered image of a library symbol from EasyEDA Pro by providing its symbol and library UUIDs, with optional subpart selection. Use this to preview or export symbol visuals directly for design verification or documentation.
Instructions
lib_Symbol.getRenderImage(source: { symbolUuid: string; libraryUuid: string; subPartName?: string }) -> Promise<Blob | undefined> 获取符号渲染图 returns: 符号渲染图
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |