Skip to content

IAtDirectiveData

原文链接

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

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

browsers

  • 类型?: string[]

description

name

  • 类型: string

references

status