25
25
26
26
- [ getJSONSchema] ( index.md#getjsonschema )
27
27
- [ getJsonPointerAt] ( index.md#getjsonpointerat )
28
+ - [ handleRefresh] ( index.md#handlerefresh )
28
29
- [ stateExtensions] ( index.md#stateextensions )
29
30
- [ updateSchema] ( index.md#updateschema )
30
31
@@ -63,7 +64,7 @@ Full featured cm6 extension for json, including `@codemirror/lang-json`
63
64
64
65
#### Defined in
65
66
66
- [ bundled.ts:15] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/bundled.ts#L15 )
67
+ [ bundled.ts:15] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/bundled.ts#L15 )
67
68
68
69
## Codemirror Extensions
69
70
@@ -97,7 +98,7 @@ provides a JSON schema enabled autocomplete extension for codemirror
97
98
98
99
#### Defined in
99
100
100
- [ json-completion.ts:808] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/json-completion.ts#L808 )
101
+ [ json-completion.ts:808] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/json-completion.ts#L808 )
101
102
102
103
---
103
104
@@ -133,7 +134,7 @@ provides a JSON schema enabled tooltip extension for codemirror
133
134
134
135
#### Defined in
135
136
136
- [ json-hover.ts:42] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/json-hover.ts#L42 )
137
+ [ json-hover.ts:42] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/json-hover.ts#L42 )
137
138
138
139
---
139
140
@@ -167,7 +168,7 @@ Helper for simpler class instantiaton
167
168
168
169
#### Defined in
169
170
170
- [ json-validation.ts:43] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/json-validation.ts#L43 )
171
+ [ json-validation.ts:43] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/json-validation.ts#L43 )
171
172
172
173
## Utilities
173
174
@@ -190,7 +191,7 @@ retrieve a Map of all the json pointers in a document
190
191
191
192
#### Defined in
192
193
193
- [ utils/jsonPointers.ts:57] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/utils/jsonPointers.ts#L57 )
194
+ [ utils/jsonPointers.ts:57] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/utils/jsonPointers.ts#L57 )
194
195
195
196
---
196
197
@@ -214,7 +215,7 @@ retrieve a JSON pointer for a given position in the editor
214
215
215
216
#### Defined in
216
217
217
- [ utils/jsonPointers.ts:45] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/utils/jsonPointers.ts#L45 )
218
+ [ utils/jsonPointers.ts:45] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/utils/jsonPointers.ts#L45 )
218
219
219
220
---
220
221
@@ -241,7 +242,7 @@ Mimics the behavior of `json-source-map`'s `parseJSONDocument` function using co
241
242
242
243
#### Defined in
243
244
244
- [ utils/parseJSONDocument.ts:23] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/utils/parseJSONDocument.ts#L23 )
245
+ [ utils/parseJSONDocument.ts:23] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/utils/parseJSONDocument.ts#L23 )
245
246
246
247
---
247
248
@@ -268,7 +269,7 @@ Return parsed data and json pointers for a given codemirror EditorState
268
269
269
270
#### Defined in
270
271
271
- [ utils/parseJSONDocument.ts:9] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/utils/parseJSONDocument.ts#L9 )
272
+ [ utils/parseJSONDocument.ts:9] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/utils/parseJSONDocument.ts#L9 )
272
273
273
274
## Functions
274
275
@@ -288,7 +289,7 @@ Return parsed data and json pointers for a given codemirror EditorState
288
289
289
290
#### Defined in
290
291
291
- [ state.ts:25] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/state.ts#L25 )
292
+ [ state.ts:25] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/state.ts#L25 )
292
293
293
294
---
294
295
@@ -309,7 +310,27 @@ Return parsed data and json pointers for a given codemirror EditorState
309
310
310
311
#### Defined in
311
312
312
- [ utils/jsonPointers.ts:12] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308/src/utils/jsonPointers.ts#L12 )
313
+ [ utils/jsonPointers.ts:12] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0/src/utils/jsonPointers.ts#L12 )
314
+
315
+ ---
316
+
317
+ ### handleRefresh
318
+
319
+ ▸ ** handleRefresh** (` vu ` ): ` boolean `
320
+
321
+ #### Parameters
322
+
323
+ | Name | Type |
324
+ | :--- | :----------- |
325
+ | ` vu ` | ` ViewUpdate ` |
326
+
327
+ #### Returns
328
+
329
+ ` boolean `
330
+
331
+ #### Defined in
332
+
333
+ [ json-validation.ts:33] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0/src/json-validation.ts#L33 )
313
334
314
335
---
315
336
@@ -329,7 +350,7 @@ Return parsed data and json pointers for a given codemirror EditorState
329
350
330
351
#### Defined in
331
352
332
- [ state.ts:29] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/state.ts#L29 )
353
+ [ state.ts:29] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/state.ts#L29 )
333
354
334
355
---
335
356
@@ -350,7 +371,7 @@ Return parsed data and json pointers for a given codemirror EditorState
350
371
351
372
#### Defined in
352
373
353
- [ state.ts:19] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/state.ts#L19 )
374
+ [ state.ts:19] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/state.ts#L19 )
354
375
355
376
## Type Aliases
356
377
@@ -367,7 +388,7 @@ Return parsed data and json pointers for a given codemirror EditorState
367
388
368
389
#### Defined in
369
390
370
- [ json-hover.ts:16] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/json-hover.ts#L16 )
391
+ [ json-hover.ts:16] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/json-hover.ts#L16 )
371
392
372
393
---
373
394
@@ -377,7 +398,7 @@ Return parsed data and json pointers for a given codemirror EditorState
377
398
378
399
#### Defined in
379
400
380
- [ json-hover.ts:18] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/json-hover.ts#L18 )
401
+ [ json-hover.ts:18] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/json-hover.ts#L18 )
381
402
382
403
---
383
404
@@ -395,7 +416,7 @@ Return parsed data and json pointers for a given codemirror EditorState
395
416
396
417
#### Defined in
397
418
398
- [ json-hover.ts:22] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/json-hover.ts#L22 )
419
+ [ json-hover.ts:22] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/json-hover.ts#L22 )
399
420
400
421
---
401
422
@@ -405,7 +426,7 @@ Return parsed data and json pointers for a given codemirror EditorState
405
426
406
427
#### Defined in
407
428
408
- [ utils/jsonPointers.ts:8] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/utils/jsonPointers.ts#L8 )
429
+ [ utils/jsonPointers.ts:8] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/utils/jsonPointers.ts#L8 )
409
430
410
431
---
411
432
@@ -422,7 +443,7 @@ Return parsed data and json pointers for a given codemirror EditorState
422
443
423
444
#### Defined in
424
445
425
- [ types.ts:4] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/types.ts#L4 )
446
+ [ types.ts:4] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/types.ts#L4 )
426
447
427
448
---
428
449
@@ -441,7 +462,7 @@ Return parsed data and json pointers for a given codemirror EditorState
441
462
442
463
#### Defined in
443
464
444
- [ types.ts:9] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/types.ts#L9 )
465
+ [ types.ts:9] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/types.ts#L9 )
445
466
446
467
---
447
468
@@ -451,7 +472,7 @@ Return parsed data and json pointers for a given codemirror EditorState
451
472
452
473
#### Defined in
453
474
454
- [ types.ts:18] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/types.ts#L18 )
475
+ [ types.ts:18] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/types.ts#L18 )
455
476
456
477
---
457
478
@@ -468,7 +489,7 @@ Return parsed data and json pointers for a given codemirror EditorState
468
489
469
490
#### Defined in
470
491
471
- [ json-validation.ts:26] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/json-validation.ts#L26 )
492
+ [ json-validation.ts:26] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/json-validation.ts#L26 )
472
493
473
494
## Variables
474
495
@@ -478,4 +499,4 @@ Return parsed data and json pointers for a given codemirror EditorState
478
499
479
500
#### Defined in
480
501
481
- [ state.ts:6] ( https://github.com/acao/codemirror-json-schema/blob/0aaf308 /src/state.ts#L6 )
502
+ [ state.ts:6] ( https://github.com/acao/codemirror-json-schema/blob/efd54f0 /src/state.ts#L6 )
0 commit comments