Skip to content

IValueData

原文链接

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

ts
interface IValueData {
    description?: string | languages.html.MarkupContent;
    name: string;
    references?: languages.html.IReference[];
}

description

  • 类型: string

name

  • 类型: string

references