Skip to content

IMirrorTextModel

原文链接

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

ts
interface IMirrorTextModel {
    version: number;
}

version

  • 类型: number