Skip to content

SemanticTokensEdits

原文链接

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

ts
interface SemanticTokensEdits {
    edits: SemanticTokensEdit[];
    resultId?: string;
}

edits

resultId

  • 类型:string