MatchingSchema
原文链接
https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.json.MatchingSchema.html
ts
interface MatchingSchema {
node: ASTNode;
schema: JSONSchema;
}
node
- 类型:ASTNode
schema
- 类型:JSONSchema