Skip to main content

BomItemElementAttributeStringValue

String value of a BOM element attribute.

type BomItemElementAttributeStringValue implements BomItemElementAttributeValue {
attribute: BomItemElementAttribute!
displayValue: String!
stringValue: String!
}

Fields

BomItemElementAttributeStringValue.attribute ● BomItemElementAttribute! non-null object

The attribute the value belongs to.

BomItemElementAttributeStringValue.displayValue ● String! non-null scalar

Display value of the attribute.

BomItemElementAttributeStringValue.stringValue ● String! non-null scalar

The specified string value.

Interfaces

BomItemElementAttributeValue interface

Base type of a BOM element attribute value.