DesComponentItemParameterInput
Input for the parametric details of a component.
input DesComponentItemParameterInput {
name: String!
realValue: String
type: DesParameterType
value: String!
}
Fields
DesComponentItemParameterInput.name ● String! non-null scalar
Component item parameter name.
DesComponentItemParameterInput.realValue ● String scalar
Component item parameter real value in scientific notation.
DesComponentItemParameterInput.type ● DesParameterType enum
Component item parameter type. Defaults to text if omitted.
DesComponentItemParameterInput.value ● String! non-null scalar
Component item parameter value.