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
- 类型?:
string
| languages.css.MarkupContent
name
- 类型:
string
references
- 类型?: languages.css.IReference[]
status
- 类型?: EntryStatus