(
_textInstance: TextInstance,
_oldText: string,
_newText: string
)
| 106 | }, |
| 107 | |
| 108 | resetAfterCommit(_containerInfo: Container): void { |
| 109 | log.debug("resetAfterCommit"); |
| 110 | }, |
| 111 | |
| 112 | resetTextContent(_instance: Instance): void { |
| 113 | log.debug("resetTextContent"); |
| 114 | // noop because this renderer does not rerender |
| 115 | }, |
| 116 | |
| 117 | commitTextUpdate(_textInstance: TextInstance, _oldText: string, _newText: string): void { |
| 118 | log.debug("commitTextUpdate"); |
nothing calls this directly
no outgoing calls
no test coverage detected