Home > DMT_Schematic > copySchematicPage
DMT_Schematic.copySchematicPage() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
复制原理图图页
Signature
typescript
copySchematicPage(schematicPageUuid: string, schematicUuid?: string): Promise<string | undefined>;
1
Parameters
Parameter | Type | Description |
---|---|---|
schematicPageUuid | string | 源原理图图页 UUID |
schematicUuid | string | (Optional) 目标原理图 UUID,如若不指定则为当前原理图 |
Returns
Promise<string | undefined>
新原理图图页 UUID,如若为 undefined
则复制失败