Skip to content

CodeLens

原文链接

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

ts
interface CodeLens {
    command?: Command;
    id?: string;
    range: IRange;
}

command

id

  • 类型:string

range