eda_dmt_schematic_copy_schematic_page
Duplicate a schematic page in EasyEDA Pro, returning the new page's UUID. Use to reuse existing circuitry without manual redrawing.
Instructions
dmt_Schematic.copySchematicPage(schematicPageUuid: string, schematicUuid?: string) -> Promise<string | undefined>
复制原理图图页
returns: 新原理图图页 UUID,如若为 undefined 则复制失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |