I am using ACE editor for the first time. I have the below questions related to it.
ACE
How do I find the instance of ACE
I added a listener to the load event, and then I get the instance:
onLoad={(editor) => { this.sourceEditor=editor; }}
Which I can manipulate later.