()
| 65 | |
| 66 | // Update the content after controlling view has been changed. |
| 67 | update() { |
| 68 | // Nothing to update by default. |
| 69 | } |
| 70 | |
| 71 | // Helper for rows that do not use standard view. |
| 72 | subscribeOnChange(callback: () => void) { |
no outgoing calls
no test coverage detected