Skip to main content

DesAddFootprintToComponentInput

Input for adding a footprint to a component.

input DesAddFootprintToComponentInput {
addAtIndex: Int
componentId: ID!
footprintId: ID!
}

Fields

DesAddFootprintToComponentInput.addAtIndex ● Int scalar

The index that the footprint should be added to the component at. If set as 0, it is set as the first and default footprint for the component. If omitted or set as null, it is set as the last listed footprint.

DesAddFootprintToComponentInput.componentId ● ID! non-null scalar

The component identifier.

DesAddFootprintToComponentInput.footprintId ● ID! non-null scalar

The identifier of the footprint to add to the component.