* Gets the value of object[property] * * @returns {Object} The current value of object[property]
()
| 102 | * @returns {Object} The current value of <code>object[property]</code> |
| 103 | */ |
| 104 | getValue() { |
| 105 | return this.object[this.property]; |
| 106 | } |
| 107 | |
| 108 | /** |
| 109 | * Refreshes the visual display of a Controller in order to keep sync |
no outgoing calls
no test coverage detected