stack

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

AdminTypes.ImageInput interface

The input fields for an image.

Signature:

export interface ImageInput 

Properties

Property Modifiers Type Description
altText?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) A word or phrase to share the nature or contents of an image.
id?   InputMaybe<Scalars[‘ID’][‘input’]> (Optional) A globally-unique ID.
src?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The URL of the image. May be a staged upload URL.