DesRemoveComponentPartChoicesInput
Input to remove component part choices.
input DesRemoveComponentPartChoicesInput {
componentId: ID!
manufacturerParts: [DesPartChoiceInput!]
withRevisionControl: Boolean
}
Fields
DesRemoveComponentPartChoicesInput.componentId ● ID! non-null scalar
Component identifier.
DesRemoveComponentPartChoicesInput.manufacturerParts ● [DesPartChoiceInput!] list input
Manufacturer part choices to remove. Use null to remove all choices.
DesRemoveComponentPartChoicesInput.withRevisionControl ● Boolean scalar
Use when Altium Designer version 23 option 'Part Choices Revision control' is checked.