I am trying to use Monaco editor for editing the body of a function.
I managed provide the arguments and their types using global declarations, but I also would like to declare the type of the this
context variable.
I could not find any samples or information online how this could be done. Any idea?