Skip to content

IMirrorModel

原文链接

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

ts
interface IMirrorModel {
    uri: Uri;
    version: number;
    getValue(): string;
}

uri

version

  • 类型: number

getValue

  • 语法:getValue(): string