---
title: TVElementResettableProperty
framework: tvmlkit
role: symbol
role_heading: Enumeration
path: tvmlkit/tvelementresettableproperty
---

# TVElementResettableProperty

The types of properties that can be reset to their default values.

## Declaration

```swift
enum TVElementResettableProperty
```

## Topics

### Constants

- [TVElementResettableProperty.updateType](tvmlkit/tvelementresettableproperty/updatetype.md)
- [TVElementResettableProperty.autoHighlightIdentifier](tvmlkit/tvelementresettableproperty/autohighlightidentifier.md)

### Initializers

- [init(rawValue:)](tvmlkit/tvelementresettableproperty/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Resetting a Property’s Value

- [resetProperty(_:)](tvmlkit/tvviewelement/resetproperty(_:).md)
