I'm kinda new to Monaco editor, but I'm looking to find the editor variable that is defined for a single code editor. I'm using tampermonkey to edit the appearance of the editor on replit.com, and I have used monaco.editor to define and set a theme, but now I'm looking to enable the minimap. I've checked many different variable names, but is there a way to change an editor option without knowing the variable that it's under?
Thanks!