Objects
Thumbnail
An object representing a small image that depicts a view of a component.
Fields
id* ID! non-null | The ID that uniquely identifies the thumbnail. |
status* ThumbnailStatusEnum! non-null | Indicates the status of the thumbnail generation process. |
signedUrl | The URL to the thumbnail. |
expires | Epoch time stamp indicating when the signedUrl expires. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | ComponentVersion | Represents a version of a component. |
Field Of | DesignItem | Represents an item that contains a product design. |
Field Of | DesignItemVersion | Represents a version of an item that contains a product design. |
Field Of | DrawingItem | Represents an item that contains 2D projected views of a product design. |
Field Of | DrawingItemVersion | Represents a version of an item that contains 2D projected views of a product design. |
Field Of | DrawingVersion | Represents a version of a 2D drawing that contains projected views of a version of a component. |