Skip to content

MatchingSchema

原文链接

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

ts
interface MatchingSchema {
    node: ASTNode;
    schema: JSONSchema;
}

node

schema