Home > @infiniteobjects/shopify-data-manager > AdminTypes > ImageInput
The input fields for an image.
Signature:
export interface ImageInput
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. |