Skip to content

Rejection

原文链接

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

ts
interface Rejection {
    rejectReason?: string;
}

rejectReason

  • 类型: string