---
title: TVImageElement
framework: tvmlkit
role: symbol
role_heading: Class
path: tvmlkit/tvimageelement
---

# TVImageElement

A representation of a read-only DOM node containing the attributes that describe an image element.

## Declaration

```swift
class TVImageElement
```

## Topics

### Identifying an Image

- [url](tvmlkit/tvimageelement/url.md)
- [imageType](tvmlkit/tvimageelement/imagetype.md)
- [TVImageType](tvmlkit/tvimagetype.md)
- [srcset](tvmlkit/tvimageelement/srcset.md)

## Relationships

### Inherits From

- [TVViewElement](tvmlkit/tvviewelement.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Custom Elements

- [TVElementFactory](tvmlkit/tvelementfactory.md)
- [TVTextElement](tvmlkit/tvtextelement.md)
- [Creating TVML Elements](tvmlkit/creating-tvml-elements.md)
