Skip to content

SelectedSuggestionInfo

原文链接

https://microsoft.github.io/monaco-editor/docs.html#classes/languages.SelectedSuggestionInfo.html

constructor

  • 语法:new SelectedSuggestionInfo(range, text, completionKind, isSnippetText): SelectedSuggestionInfo
  • 参数:
  • 返回值:SelectedSuggestionInfo

completionKind

isSnippetText

  • 类型:boolean

range

text

  • 类型:string

equals