Waiting for engine...
Skip to main content

ImageInput

Input parameters for configuring image content including encoding, type, and accessibility text.

input ImageInput {
content: String
type: String
altText: String
}

Fields

ImageInput.content ● String scalar miscellaneous

Logo Image (String Base64 Encoding) used in the devportal.

ImageInput.type ● String scalar miscellaneous

Image type of the Logo Image used in the devportal.

ImageInput.altText ● String scalar miscellaneous

Alternative Text for the the Logo Image used in the devportal.

Member Of

DevPortalThemeInput input

On this Page