Home > @infiniteobjects/shopify-data-manager > AdminTypes > ExternalVideo
Represents a video hosted outside of Shopify.
Signature:
export interface ExternalVideo extends Media, Node
Property | Modifiers | Type | Description |
---|---|---|---|
alt? | Maybe<Scalars[‘String’][‘output’]> | (Optional) A word or phrase to share the nature or contents of a media. | |
embeddedUrl | Scalars[‘URL’][‘output’] | The URL. | |
embedUrl | Scalars[‘URL’][‘output’] | The embed URL of the video for the respective host. | |
host | MediaHost | `${MediaHost}` | The host of the external video. | |
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. | |
originUrl | Scalars[‘URL’][‘output’] | The origin URL of the video on the respective host. | |
preview? | Maybe<MediaPreviewImage> | (Optional) The preview image for the media. | |
status | MediaStatus | `${MediaStatus}` | Current status of the media. |