LogoImageFile
Represents a logo image file with image data, type, and alternative text for accessibility.
type LogoImageFile {
logo: String
imageType: String
altText: String
}
Fields
LogoImageFile.logo ● String scalar miscellaneous
Image for the logo.
LogoImageFile.imageType ● String scalar miscellaneous
Image type for the logo.
LogoImageFile.altText ● String scalar miscellaneous
Alternative text for the logo.
Member Of
Publisher object
Was this topic helpful?