Objects
Property
Data object that represents property.
Fields
name* String! non-null | Human readable name for a Property. |
displayValue | Display value of the property. |
value | Value of the property. |
definition* PropertyDefinition! non-null | Data object that represents property definition. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | BoundingBox3D | A generic bounding box. |
Field Of | PhysicalProperties | Represents a physical property of a component version. |
Field Of | Properties | Object representing list of Properties. |
Field Of | SetPropertiesPayload | Return payload on set properties operation. |