Skip to content

IValueData

原文链接

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

ts
interface IValueData {
    browsers?: string[];
    description?: string | languages.css.MarkupContent;
    name: string;
    references?: languages.css.IReference[];
    status?: EntryStatus;
}

browsers

  • 类型:string[]

description

name

  • 类型:string

references

status