---
title: TVElementUpdateType.children
framework: tvmlkit
role: symbol
role_heading: Case
path: tvmlkit/tvelementupdatetype/children
---

# TVElementUpdateType.children

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

## Declaration

```swift
case children
```

## See Also

### Constants

- [TVElementUpdateType.none](tvmlkit/tvelementupdatetype/none.md)
- [TVElementUpdateType.subtree](tvmlkit/tvelementupdatetype/subtree.md)
- [TVElementUpdateType.node](tvmlkit/tvelementupdatetype/node.md)
