Home > DMT_Schematic > copySchematicPage
DMT_Schematic.copySchematicPage() method
此 API 当前处于 BETA 预览状态,希望得到开发者的反馈。它的任何功能都可能在接下来的开发进程中被修改,请不要将它用于任何正式环境。
复制原理图图页
签名
typescript
copySchematicPage(schematicPageUuid: string, schematicUuid?: string): Promise<string | undefined>;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
schematicPageUuid | string | 源原理图图页 UUID |
schematicUuid | string | (Optional) 目标原理图 UUID,如若不指定则为当前原理图 |
返回值
Promise<string | undefined>
新原理图图页 UUID,如若为 undefined
则复制失败