Home > DMT_Schematic > createSchematicPage
DMT_Schematic.createSchematicPage() 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
createSchematicPage(schematicUuid: string): Promise<string | undefined>;
1
Parameters
Parameter | Type | Description |
---|---|---|
schematicUuid | string | 所属原理图 UUID |
Returns
Promise<string | undefined>
原理图图页 UUID,如若为 undefined
则创建失败