I’m trying to develop a Chrome Extension that’ll run on BigQuery Native UI, the cloud query interface. As far as I see the query editor is Monaco based and I would like to access the instance so I can instead some text into the query area.
Does anyone know how to do this?
I can access the DOM and view-line in HTML, I can even inject text there but expectedly this is not working cause I need to pass the text through Monaco APIs, and I can’t able to find the instance to do that.