---
title: "resetProperty(_:)"
framework: tvmlkit
role: symbol
role_heading: Instance Method
path: "tvmlkit/tvviewelement/resetproperty(_:)"
---

# resetProperty(_:)

Resets the property to its default value.

## Declaration

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

## Parameters

- `resettableProperty`: A property that can be reset to its default value. For possible values, see doc://com.apple.tvmlkit/documentation/TVMLKit/TVElementResettableProperty.

## Discussion

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

## See Also

### Resetting a Property’s Value

- [TVElementResettableProperty](tvmlkit/tvelementresettableproperty.md)
