resetProperty(_:)
Resets the property to its default value.
Declaration
func resetProperty(_ resettableProperty: TVElementResettableProperty)Parameters
- resettableProperty:
A property that can be reset to its default value. For possible values, see Tvelementresettableproperty.
Discussion
This method can be used to reset a resettable property to its default value after changes to the property have been read.