BomItemElementAttributeFloatValue
Floating-point value of a BOM element attribute.
type BomItemElementAttributeFloatValue implements BomItemElementAttributeValue {
attribute: BomItemElementAttribute!
displayValue: String!
floatValue: Float!
}
Fields
BomItemElementAttributeFloatValue.attribute ● BomItemElementAttribute! non-null object
The attribute the value belongs to.
BomItemElementAttributeFloatValue.displayValue ● String! non-null scalar
Display value of the attribute.
BomItemElementAttributeFloatValue.floatValue ● Float! non-null scalar
The specified floating-point value.
Interfaces
BomItemElementAttributeValue interface
Base type of a BOM element attribute value.