Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.Command.html
interface Command { arguments?: any[]; id: string; title: string; tooltip?: string; }
any[]
string