Home > DMT_Schematic > getSchematicInfo
DMT_Schematic.getSchematicInfo() 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
getSchematicInfo(schematicUuid: string): Promise<IDMT_SchematicItem | undefined>;
1
Parameters
Parameter | Type | Description |
---|---|---|
schematicUuid | string | 原理图 UUID |
Returns
Promise<IDMT_SchematicItem | undefined>
原理图的详细属性,如若为 undefined
则获取失败