Skip to content

ITagData

原文链接

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

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

attributes

description

name

  • 类型:string

references