Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.IInlineEdit.html
interface IInlineEdit { accepted?: Command; range: IRange; rejected?: Command; text: string; }
string