Skip to content

IModelDeltaDecoration

原文链接

https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IModelDeltaDecoration.html

新款装饰。

ts
interface IModelDeltaDecoration {
    options: IModelDecorationOptions;
    range: IRange;
}

options

range

  • 类型: IRange
  • 描述:这个装饰涵盖的范围。