<!--
{
  "availability" : [
    "tvOS: 9.0.0 - 18.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "TVMLKit",
  "identifier" : "/documentation/TVMLKit/TVViewElement/resetProperty(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "TVMLKit"
    ],
    "preciseIdentifier" : "c:objc(cs)TVViewElement(im)resetProperty:"
  },
  "title" : "resetProperty(_:)"
}
-->

# resetProperty(_:)

Resets the property to its default value.

```
func resetProperty(_ resettableProperty: TVElementResettableProperty)
```

## Parameters

`resettableProperty`

A property that can be reset to its default value. For possible values, see [`TVElementResettableProperty`](/documentation/TVMLKit/TVElementResettableProperty).

## Discussion

This method can be used to reset a resettable property to its default value after changes to the property have been read.

---

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)