@@ -56,21 +56,22 @@ Full featured cm6 extension for json, including `@codemirror/lang-json`
5656
5757#### Defined in
5858
59- [ bundled.ts:14] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/bundled.ts#L14 )
59+ [ bundled.ts:14] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/bundled.ts#L14 )
6060
6161## Codemirror Extensions
6262
6363### jsonCompletion
6464
65- ▸ ** jsonCompletion** (` schema ` ): (` ctx ` : ` CompletionContext ` ) => ` CompletionResult `
65+ ▸ ** jsonCompletion** (` schema ` , ` opts? ` ): (` ctx ` : ` CompletionContext ` ) => ` CompletionResult `
6666
6767provides a JSON schema enabled autocomplete extension for codemirror
6868
6969#### Parameters
7070
71- | Name | Type |
72- | :------- | :------------ |
73- | ` schema ` | ` JSONSchema7 ` |
71+ | Name | Type |
72+ | :------- | :---------------------- |
73+ | ` schema ` | ` JSONSchema7 ` |
74+ | ` opts ` | ` JSONCompletionOptions ` |
7475
7576#### Returns
7677
@@ -90,7 +91,7 @@ provides a JSON schema enabled autocomplete extension for codemirror
9091
9192#### Defined in
9293
93- [ json-completion.ts:762 ] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/json-completion.ts#L762 )
94+ [ json-completion.ts:806 ] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/json-completion.ts#L806 )
9495
9596---
9697
@@ -127,7 +128,7 @@ provides a JSON schema enabled tooltip extension for codemirror
127128
128129#### Defined in
129130
130- [ json-hover.ts:38] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/json-hover.ts#L38 )
131+ [ json-hover.ts:38] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/json-hover.ts#L38 )
131132
132133---
133134
@@ -162,7 +163,7 @@ Helper for simpler class instantiaton
162163
163164#### Defined in
164165
165- [ json-validation.ts:35] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/json-validation.ts#L35 )
166+ [ json-validation.ts:35] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/json-validation.ts#L35 )
166167
167168## Utilities
168169
@@ -185,7 +186,7 @@ retrieve a Map of all the json pointers in a document
185186
186187#### Defined in
187188
188- [ utils/jsonPointers.ts:56] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/utils/jsonPointers.ts#L56 )
189+ [ utils/jsonPointers.ts:56] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/utils/jsonPointers.ts#L56 )
189190
190191---
191192
@@ -209,7 +210,7 @@ retrieve a JSON pointer for a given position in the editor
209210
210211#### Defined in
211212
212- [ utils/jsonPointers.ts:44] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/utils/jsonPointers.ts#L44 )
213+ [ utils/jsonPointers.ts:44] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/utils/jsonPointers.ts#L44 )
213214
214215---
215216
@@ -236,7 +237,7 @@ Mimics the behavior of `json-source-map`'s `parseJSONDocument` function using co
236237
237238#### Defined in
238239
239- [ utils/parseJSONDocument.ts:23] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/utils/parseJSONDocument.ts#L23 )
240+ [ utils/parseJSONDocument.ts:23] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/utils/parseJSONDocument.ts#L23 )
240241
241242---
242243
@@ -263,7 +264,7 @@ Return parsed data and json pointers for a given codemirror EditorState
263264
264265#### Defined in
265266
266- [ utils/parseJSONDocument.ts:9] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/utils/parseJSONDocument.ts#L9 )
267+ [ utils/parseJSONDocument.ts:9] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/utils/parseJSONDocument.ts#L9 )
267268
268269## Functions
269270
@@ -284,7 +285,7 @@ Return parsed data and json pointers for a given codemirror EditorState
284285
285286#### Defined in
286287
287- [ utils/jsonPointers.ts:12] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/utils/jsonPointers.ts#L12 )
288+ [ utils/jsonPointers.ts:12] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/utils/jsonPointers.ts#L12 )
288289
289290## Type Aliases
290291
@@ -301,7 +302,7 @@ Return parsed data and json pointers for a given codemirror EditorState
301302
302303#### Defined in
303304
304- [ json-hover.ts:12] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/json-hover.ts#L12 )
305+ [ json-hover.ts:12] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/json-hover.ts#L12 )
305306
306307---
307308
@@ -311,7 +312,7 @@ Return parsed data and json pointers for a given codemirror EditorState
311312
312313#### Defined in
313314
314- [ json-hover.ts:14] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/json-hover.ts#L14 )
315+ [ json-hover.ts:14] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/json-hover.ts#L14 )
315316
316317---
317318
@@ -329,7 +330,7 @@ Return parsed data and json pointers for a given codemirror EditorState
329330
330331#### Defined in
331332
332- [ json-hover.ts:18] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/json-hover.ts#L18 )
333+ [ json-hover.ts:18] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/json-hover.ts#L18 )
333334
334335---
335336
@@ -339,7 +340,7 @@ Return parsed data and json pointers for a given codemirror EditorState
339340
340341#### Defined in
341342
342- [ utils/jsonPointers.ts:8] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/utils/jsonPointers.ts#L8 )
343+ [ utils/jsonPointers.ts:8] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/utils/jsonPointers.ts#L8 )
343344
344345---
345346
@@ -356,7 +357,7 @@ Return parsed data and json pointers for a given codemirror EditorState
356357
357358#### Defined in
358359
359- [ types.ts:4] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/types.ts#L4 )
360+ [ types.ts:4] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/types.ts#L4 )
360361
361362---
362363
@@ -375,7 +376,7 @@ Return parsed data and json pointers for a given codemirror EditorState
375376
376377#### Defined in
377378
378- [ types.ts:9] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/types.ts#L9 )
379+ [ types.ts:9] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/types.ts#L9 )
379380
380381---
381382
@@ -385,7 +386,7 @@ Return parsed data and json pointers for a given codemirror EditorState
385386
386387#### Defined in
387388
388- [ types.ts:18] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/types.ts#L18 )
389+ [ types.ts:18] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/types.ts#L18 )
389390
390391---
391392
@@ -402,4 +403,4 @@ Return parsed data and json pointers for a given codemirror EditorState
402403
403404#### Defined in
404405
405- [ json-validation.ts:24] ( https://github.com/acao/codemirror-json-schema/blob/8d7fa57 /src/json-validation.ts#L24 )
406+ [ json-validation.ts:24] ( https://github.com/acao/codemirror-json-schema/blob/14a26f8 /src/json-validation.ts#L24 )
0 commit comments