eda_dmt_board_copy_board
Duplicate an existing board in EasyEDA Pro to create a new board, returning the new board's name or indicating failure.
Instructions
dmt_Board.copyBoard(sourceBoardName: string) -> Promise<string | undefined>
复制板子
returns: 新板子名称,如若为 undefined 则复制失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |