(container)
| 246 | super.onDisplaying(container); |
| 247 | } |
| 248 | onDataChanged(container) { |
| 249 | super.onDataChanged(container); |
| 250 | let data = this.data; |
| 251 | container.next.string = data.value + data.unit; |
| 252 | } |
| 253 | }, |
| 254 | }), |
| 255 | Label($, { left:0, right:0, style:styles.controlValue, string:$.value + $.unit }), |
no test coverage detected