Skip to main content

DesignDataComponent_Preview

**Experimental** Represents a component in the design.

type DesignDataComponent_Preview {
boundingRectangle: DesignDataRectangle_Preview
documentId: String
location: DesignDataLocation_Preview
logicalDesignator: String
parameters: [DesignDataComponentParameter_Preview!]!
parts: [DesignDataPart_Preview!]!
physicalDesignator: String
uniqueId: String
}

Fields

DesignDataComponent_Preview.boundingRectangle ● DesignDataRectangle_Preview object

**Experimental** The bounding rectangle of the component.

DesignDataComponent_Preview.documentId ● String scalar

**Experimental** The identifier of the document containing this component.

DesignDataComponent_Preview.location ● DesignDataLocation_Preview object

**Experimental** The location of the component.

DesignDataComponent_Preview.logicalDesignator ● String scalar

**Experimental** The logical designator of the component.

DesignDataComponent_Preview.parameters ● [DesignDataComponentParameter_Preview!]! non-null object

**Experimental** The parameters associated with this component.

DesignDataComponent_Preview.parts ● [DesignDataPart_Preview!]! non-null object

**Experimental** The parts that make up this component.

DesignDataComponent_Preview.physicalDesignator ● String scalar

**Experimental** The physical designator of the component.

DesignDataComponent_Preview.uniqueId ● String scalar

**Experimental** The unique identifier of the component.