(
_textInstance: TextInstance,
_oldText: string,
_newText: string
)
| 100 | |
| 101 | resetAfterCommit(_containerInfo: Container): void { |
| 102 | log.debug("resetAfterCommit"); |
| 103 | }, |
| 104 | |
| 105 | resetTextContent(_instance: Instance): void { |
| 106 | log.debug("resetTextContent"); |
| 107 | }, |
| 108 | |
| 109 | commitTextUpdate(_textInstance: TextInstance, _oldText: string, _newText: string): void { |
| 110 | log.debug("commitTextUpdate"); |
| 111 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected