Skip to content

RenameLocation

原文链接

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

ts
interface RenameLocation {
    range: IRange;
    text: string;
}

range

text

  • 类型: string