Skip to content

CommentAuthorInformation

原文链接

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

ts
interface CommentAuthorInformation {
    iconPath?: UriComponents;
    name: string;
}

iconPath

name

  • 类型: string;