GitHub

ShopifyModel3d

interface

import { ShopifyModel3d } from '@daffodil/driver/shopify'

Represents a Shopify hosted 3D model.

interface ShopifyModel3d {
  __typename: "Model3d"
  alt: string
  id: string
  mediaContentType: ShopifyMediaContentType
  presentation: ShopifyMediaPresentation
  previewImage: ShopifyImage
  sources: ShopifyModel3dSource[]
}

Properties

__typename
"Model3d"
alt
string

A word or phrase to share the nature or contents of a media.

id
string

A globally-unique ID.

mediaContentType
ShopifyMediaContentType

The media content type.

presentation
ShopifyMediaPresentation

The presentation for a media.

previewImage
ShopifyImage

The preview image for the media.

sources
ShopifyModel3dSource[]

The sources for a 3d model.