Skip to content

InlayHintList

原文链接

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

ts
interface InlayHintList {
    hints: InlayHint[];
    dispose(): void;
}

hints

dispose

  • 语法:dispose(): void