IDMT_SchematicPageItem interface
Schematic sheet property
Signature
typescript
interface IDMT_SchematicPageItem1
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| Project type | ||
string | Schematic sheet name | ||
string | UUID of the schematic it belongs to | ||
boolean | Whether to show the title block | ||
Record<string, { showTitle: boolean; showValue: boolean; value: any }> | Title block data | ||
string | Schematic sheet UUID |