codemirror-json-schema
Version:
Codemirror 6 extensions that provide full JSONSchema support for `@codemirror/lang-json` and `codemirror-json5`
31 lines (16 loc) • 646 B
Markdown
[codemirror-json-schema](../README.md) / JSONCompletionOptions
# Interface: JSONCompletionOptions
## Table of contents
### Properties
- [jsonParser](JSONCompletionOptions.md#jsonparser)
- [mode](JSONCompletionOptions.md#mode)
## Properties
### jsonParser
• `Optional` **jsonParser**: `DocumentParser`
#### Defined in
[features/completion.ts:57](https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7/src/features/completion.ts#L57)
---
### mode
• `Optional` **mode**: `JSONMode`
#### Defined in
[features/completion.ts:56](https://github.com/jsonnext/codemirror-json-schema/blob/aa27ad7/src/features/completion.ts#L56)