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