MediaImage: {
    altTag?: string;
    attributes?: MetadataAttribute[];
    item: URI;
    license?: MetadataLicenseType;
    type: MediaImageMimeType;
}

Type declaration

  • Optional altTag?: string

    The alt tag for accessibility.

  • Optional attributes?: MetadataAttribute[]

    A bag of attributes that can be used to store any kind of metadata that is not currently supported by the standard.

  • item: URI

    The location of the file.

  • Optional license?: MetadataLicenseType

    The license for the image.

  • type: MediaImageMimeType

    The mime type of the image.