Inputs
SetPropertiesInput
Input required for setting a property value.
Fields
targetId* ID! non-null | The ID of item on which properties will be set. Target ID can be ID of any of the following item: ComponentVersion, DrawingVersion, Component, Drawing. |
propertyInputs* [PropertyInput!]! non-null | List of property objects to be set. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Input for Mutation | setProperties | Sets properties of a given target. |