Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IModelDecoration.html
模型中的装饰。
interface IModelDecoration { id: string; options: IModelDecorationOptions; ownerId: number; range: Range; }
string
number