Set a property in an interface object
Usage
# S3 method for class 'interface_object'
x$name <- value
Arguments
- x
An interface object
- name
The name of the property to set
- value
The new value for the property
Value
The modified interface object, invisibly.