Skip to main content

ImageTagAttributes

No description

1
type ImageTagAttributes {
2
width: Int
3
height: Int
4
source: ImageTagSourceAttributesType
5
altFormats: [ImageAltFormat!]!
6
}

Fields

width ● Int scalar common

height ● Int scalar common

source ● ImageTagSourceAttributesType object common

altFormats ● [ImageAltFormat!]! non-null object common

Member Of