stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > Model3d

AdminTypes.Model3d interface

Represents a Shopify hosted 3D model.

Signature:

export interface Model3d extends Media, Node 

Extends: Media, Node

Properties

Property Modifiers Type Description
alt?   Maybe<Scalars[‘String’][‘output’]> (Optional) A word or phrase to share the nature or contents of a media.
boundingBox?   Maybe<Model3dBoundingBox> (Optional) The 3d model’s bounding box information.
filename   Scalars[‘String’][‘output’] The 3d model’s filename.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
mediaContentType   MediaContentType | `${MediaContentType}` The media content type.
mediaErrors   Array<MediaError> Any errors which have occurred on the media.
mediaWarnings   Array<MediaWarning> The warnings attached to the media.
originalSource?   Maybe<Model3dSource> (Optional) The 3d model’s original source.
preview?   Maybe<MediaPreviewImage> (Optional) The preview image for the media.
sources   Array<Model3dSource> The 3d model’s sources.
status   MediaStatus | `${MediaStatus}` Current status of the media.