<!--
{
  "availability" : [
    "tvOS: 9.0.0 - 18.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "TVMLKit",
  "identifier" : "/documentation/TVMLKit/TVElementUpdateType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "TVMLKit"
    ],
    "preciseIdentifier" : "c:@E@TVElementUpdateType"
  },
  "title" : "TVElementUpdateType"
}
-->

# TVElementUpdateType

Describes any changes to the DOM tree after it has been reparsed.

```
enum TVElementUpdateType
```

## Topics

### Constants

[`TVElementUpdateType.none`](/documentation/TVMLKit/TVElementUpdateType/none)

The tree structure did not change.

[`TVElementUpdateType.subtree`](/documentation/TVMLKit/TVElementUpdateType/subtree)

A subtree element has been updated without affecting the order of any immediate children.

[`TVElementUpdateType.children`](/documentation/TVMLKit/TVElementUpdateType/children)

The order of child nodes have been updated due to the addition, removal, or replacement of child nodes.

[`TVElementUpdateType.node`](/documentation/TVMLKit/TVElementUpdateType/node)

The current node and its subtree have been modified.

### Enumeration Cases

[`TVElementUpdateType.styles`](/documentation/TVMLKit/TVElementUpdateType/styles)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)