@pie-element/extended-text-entry 15.1.2-next.2 → 15.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/CHANGELOG.json +1282 -0
  2. package/CHANGELOG.md +2270 -0
  3. package/LICENSE.md +5 -0
  4. package/README.md +1 -0
  5. package/configure/CHANGELOG.json +922 -0
  6. package/configure/CHANGELOG.md +1959 -0
  7. package/configure/lib/defaults.js +224 -0
  8. package/configure/lib/defaults.js.map +1 -0
  9. package/configure/lib/index.js +125 -0
  10. package/configure/lib/index.js.map +1 -0
  11. package/configure/lib/main.js +247 -0
  12. package/configure/lib/main.js.map +1 -0
  13. package/configure/package.json +23 -0
  14. package/controller/CHANGELOG.json +362 -0
  15. package/controller/CHANGELOG.md +1183 -0
  16. package/controller/lib/defaults.js +91 -0
  17. package/controller/lib/defaults.js.map +1 -0
  18. package/controller/lib/index.js +101 -0
  19. package/controller/lib/index.js.map +1 -0
  20. package/controller/package.json +16 -0
  21. package/docs/config-schema.json +1782 -0
  22. package/docs/config-schema.json.md +1333 -0
  23. package/docs/demo/config.js +7 -0
  24. package/docs/demo/generate.js +14 -0
  25. package/docs/demo/index.html +3 -0
  26. package/docs/demo/session.js +7 -0
  27. package/docs/pie-schema.json +954 -0
  28. package/docs/pie-schema.json.md +717 -0
  29. package/lib/annotation/annotation-editor.js +636 -0
  30. package/lib/annotation/annotation-editor.js.map +1 -0
  31. package/lib/annotation/annotation-menu.js +147 -0
  32. package/lib/annotation/annotation-menu.js.map +1 -0
  33. package/lib/annotation/annotation-utils.js +205 -0
  34. package/lib/annotation/annotation-utils.js.map +1 -0
  35. package/lib/annotation/freeform-editor.js +241 -0
  36. package/lib/annotation/freeform-editor.js.map +1 -0
  37. package/lib/index.js +108 -0
  38. package/lib/index.js.map +1 -0
  39. package/lib/main.js +205 -0
  40. package/lib/main.js.map +1 -0
  41. package/lib/print.js +86 -0
  42. package/lib/print.js.map +1 -0
  43. package/module/configure.js +1 -0
  44. package/module/controller.js +139 -0
  45. package/module/demo.js +38 -0
  46. package/module/element.js +1 -0
  47. package/module/index.html +21 -0
  48. package/module/manifest.json +22 -0
  49. package/module/print-demo.js +76 -0
  50. package/module/print.html +18 -0
  51. package/module/print.js +1 -0
  52. package/package.json +22 -87
  53. package/configure.js +0 -2
  54. package/controller.js +0 -1
  55. package/dist/author/defaults.d.ts +0 -166
  56. package/dist/author/defaults.js +0 -209
  57. package/dist/author/index.d.ts +0 -52
  58. package/dist/author/index.js +0 -74
  59. package/dist/author/main.d.ts +0 -26
  60. package/dist/author/main.js +0 -166
  61. package/dist/browser/author/index.js +0 -495
  62. package/dist/browser/author/index.js.map +0 -1
  63. package/dist/browser/browser-kkT1XVKw.js +0 -219
  64. package/dist/browser/browser-kkT1XVKw.js.map +0 -1
  65. package/dist/browser/controller/index.js +0 -184
  66. package/dist/browser/controller/index.js.map +0 -1
  67. package/dist/browser/delivery/index.js +0 -98
  68. package/dist/browser/delivery/index.js.map +0 -1
  69. package/dist/browser/dist-BCJzhghM.js +0 -47879
  70. package/dist/browser/dist-BCJzhghM.js.map +0 -1
  71. package/dist/browser/extended-text-entry.css +0 -2
  72. package/dist/browser/main-VcQEFn-b.js +0 -714
  73. package/dist/browser/main-VcQEFn-b.js.map +0 -1
  74. package/dist/browser/print/index.js +0 -48
  75. package/dist/browser/print/index.js.map +0 -1
  76. package/dist/controller/defaults.d.ts +0 -33
  77. package/dist/controller/defaults.js +0 -104
  78. package/dist/controller/index.d.ts +0 -59
  79. package/dist/controller/index.js +0 -72
  80. package/dist/delivery/annotation/annotation-editor.d.ts +0 -47
  81. package/dist/delivery/annotation/annotation-editor.js +0 -296
  82. package/dist/delivery/annotation/annotation-menu.d.ts +0 -25
  83. package/dist/delivery/annotation/annotation-menu.js +0 -113
  84. package/dist/delivery/annotation/annotation-utils.d.ts +0 -20
  85. package/dist/delivery/annotation/annotation-utils.js +0 -65
  86. package/dist/delivery/annotation/freeform-editor.d.ts +0 -30
  87. package/dist/delivery/annotation/freeform-editor.js +0 -143
  88. package/dist/delivery/index.d.ts +0 -23
  89. package/dist/delivery/index.js +0 -68
  90. package/dist/delivery/main.d.ts +0 -27
  91. package/dist/delivery/main.js +0 -134
  92. package/dist/extended-text-entry.css +0 -2
  93. package/dist/index.d.ts +0 -1
  94. package/dist/index.iife.d.ts +0 -8
  95. package/dist/index.iife.js +0 -403
  96. package/dist/index.js +0 -2
  97. package/dist/print/index.d.ts +0 -15
  98. package/dist/print/index.js +0 -48
  99. package/dist/runtime-support.d.ts +0 -12
  100. package/dist/runtime-support.js +0 -12
@@ -0,0 +1,717 @@
1
+ Model for the @pie-elements/extended-text-entry Interaction
2
+
3
+ The schema defines the following properties:
4
+
5
+ # `dimensions` (object, required)
6
+
7
+ Properties of the `dimensions` object:
8
+
9
+ ## `width` (string)
10
+
11
+ Width the editor should take. USE CSS-style definition.
12
+
13
+ ## `height` (string)
14
+
15
+ Height the editor should take. USE CSS-style definition.
16
+
17
+ # `equationEditor` (string, enum)
18
+
19
+ Indicates if equation editor is enabled
20
+
21
+ This element must be one of the following enum values:
22
+
23
+ * `Grade 1 - 2`
24
+ * `Grade 3 - 5`
25
+ * `Grade 6 - 7`
26
+ * `Grade 8 - HS`
27
+ * `advanced-algebra`
28
+ * `geometry`
29
+ * `miscellaneous`
30
+ * `statistics`
31
+
32
+ # `feedback` (object)
33
+
34
+ Properties of the `feedback` object:
35
+
36
+ ## `type` (string, enum, required)
37
+
38
+ Indicates the feedback type
39
+
40
+ This element must be one of the following enum values:
41
+
42
+ * `default`
43
+ * `none`
44
+
45
+ ## `default` (string)
46
+
47
+ Indicates the feedback value
48
+
49
+ # `mathInput` (boolean)
50
+
51
+ Whether a control to allow insertion of math forumulas should be displayed
52
+
53
+ Default: `false`
54
+
55
+ # `spanishInput` (boolean)
56
+
57
+ Whether a control to allow insertion of spanish characters should be displayed
58
+
59
+ Default: `false`
60
+
61
+ # `specialInput` (boolean)
62
+
63
+ Whether a control to allow insertion of special characters should be displayed
64
+
65
+ Default: `false`
66
+
67
+ # `multiple` (boolean)
68
+
69
+ Indicates if multiple parts are enabled
70
+
71
+ # `prompt` (string)
72
+
73
+ The question prompt
74
+
75
+ # `promptEnabled` (boolean)
76
+
77
+ Indicates if the prompt is enabled
78
+
79
+ # `studentInstructions` (string)
80
+
81
+ Indicates student instructions
82
+
83
+ # `teacherInstructions` (string)
84
+
85
+ Indicates teacher instructions
86
+
87
+ # `annotationsEnabled` (boolean)
88
+
89
+ Indicates if the annotations are enabled
90
+
91
+ # `feedbackEnabled` (boolean, required)
92
+
93
+ Indicates if Feedback is enabled
94
+
95
+ # `rationaleEnabled` (boolean, required)
96
+
97
+ Indicates if Rationale are enabled
98
+
99
+ # `spellCheckEnabled` (boolean, required)
100
+
101
+ Indicates if spellcheck is enabled for the author. Default value is true
102
+
103
+ # `playerSpellCheckDisabled` (boolean, required)
104
+
105
+ Indicates if spellcheck is disabled for the player. Default value is true
106
+
107
+ # `studentInstructionsEnabled` (boolean, required)
108
+
109
+ Indicates if Student Instructions are enabled
110
+
111
+ # `teacherInstructionsEnabled` (boolean, required)
112
+
113
+ Indicates if Teacher Instructions are enabled
114
+
115
+ # `toolbarEditorPosition` (string, enum)
116
+
117
+ This element must be one of the following enum values:
118
+
119
+ * `bottom`
120
+ * `top`
121
+
122
+ # `predefinedAnnotations` (array)
123
+
124
+ Indicates the predefined annotations for the annotation menu
125
+
126
+ The object is an array with all elements of the type `object`.
127
+
128
+ The array object has the following properties:
129
+
130
+ ## `label` (string, required)
131
+
132
+ Indicates the value displayed in the annotation button
133
+
134
+ ## `text` (string, required)
135
+
136
+ Indicates the annotation value
137
+
138
+ ## `type` (string, enum, required)
139
+
140
+ Indicates the type of the annotation
141
+
142
+ This element must be one of the following enum values:
143
+
144
+ * `negative`
145
+ * `positive`
146
+
147
+ # `playersToolbarPosition` (string, enum)
148
+
149
+ Indicates the editor's toolbar position for the player, which can be 'bottom' or 'top'
150
+
151
+ This element must be one of the following enum values:
152
+
153
+ * `bottom`
154
+ * `top`
155
+
156
+ Default: `": 'bottom'"`
157
+
158
+ # `rubricEnabled` (boolean, required)
159
+
160
+ Indicates if Rubric is enabled
161
+
162
+ # `id` (string, required)
163
+
164
+ Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.
165
+
166
+ # `element` (string, required)
167
+
168
+ The html Element tag name
169
+
170
+ ---
171
+
172
+ # Sub Schemas
173
+
174
+ The schema defines the following additional types:
175
+
176
+ ## `ConfigureProp` (object)
177
+
178
+ Properties of the `ConfigureProp` object:
179
+
180
+ ### `settings` (boolean)
181
+
182
+ Indicates if the item has to be displayed in the Settings Panel
183
+
184
+ ### `label` (string)
185
+
186
+ Indicates the label for the item that has to be displayed in the Settings Panel
187
+
188
+ ## `ConfigurePropWithEnabled` (object)
189
+
190
+ Properties of the `ConfigurePropWithEnabled` object:
191
+
192
+ ### `enabled` (boolean)
193
+
194
+ Indicates the value of the item if it affects config-ui
195
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
196
+
197
+ ### `settings` (boolean)
198
+
199
+ Indicates if the item has to be displayed in the Settings Panel
200
+
201
+ ### `label` (string)
202
+
203
+ Indicates the label for the item that has to be displayed in the Settings Panel
204
+
205
+ ## `EditableHtmlPluginConfigureRequired` (object)
206
+
207
+ Properties of the `EditableHtmlPluginConfigureRequired` object:
208
+
209
+ ### `inputConfiguration` (object)
210
+
211
+ Properties of the `inputConfiguration` object:
212
+
213
+ #### `math` (object)
214
+
215
+ Properties of the `math` object:
216
+
217
+ ##### `disabled` (boolean)
218
+
219
+ Indicates if the plugin is disabled or not
220
+
221
+ #### `audio` (object)
222
+
223
+ Properties of the `audio` object:
224
+
225
+ ##### `disabled` (boolean)
226
+
227
+ Indicates if the plugin is disabled or not
228
+
229
+ #### `video` (object)
230
+
231
+ Properties of the `video` object:
232
+
233
+ ##### `disabled` (boolean)
234
+
235
+ Indicates if the plugin is disabled or not
236
+
237
+ #### `image` (object)
238
+
239
+ Properties of the `image` object:
240
+
241
+ ##### `disabled` (boolean)
242
+
243
+ Indicates if the plugin is disabled or not
244
+
245
+ #### `customPlugins` (array)
246
+
247
+ An array of objects that determine custom plugins.
248
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
249
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
250
+
251
+ The object is an array with all elements of the type `object`.
252
+
253
+ The array object has the following properties:
254
+
255
+ ##### `event` (string, required)
256
+
257
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
258
+ PIE will emit the event prefixed with "PIE-".
259
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
260
+
261
+ ##### `iconAlt` (string, required)
262
+
263
+ The alt for the custom button icon
264
+
265
+ ##### `iconType` (string, required)
266
+
267
+ The icon type.
268
+ Currently, only "SVG" is supported.
269
+
270
+ ##### `icon` (string, required)
271
+
272
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
273
+
274
+ #### `blockquote` (object)
275
+
276
+ Properties of the `blockquote` object:
277
+
278
+ ##### `disabled` (boolean)
279
+
280
+ Indicates if the plugin is disabled or not
281
+
282
+ #### `h3` (object)
283
+
284
+ Properties of the `h3` object:
285
+
286
+ ##### `disabled` (boolean)
287
+
288
+ Indicates if the plugin is disabled or not
289
+
290
+ #### `characters` (object)
291
+
292
+ Properties of the `characters` object:
293
+
294
+ ##### `disabled` (boolean)
295
+
296
+ Indicates if the plugin is disabled or not
297
+
298
+ #### `bold` (object)
299
+
300
+ Properties of the `bold` object:
301
+
302
+ ##### `disabled` (boolean)
303
+
304
+ Indicates if the plugin is disabled or not
305
+
306
+ #### `html` (object)
307
+
308
+ Properties of the `html` object:
309
+
310
+ ##### `disabled` (boolean)
311
+
312
+ Indicates if the plugin is disabled or not
313
+
314
+ #### `italic` (object)
315
+
316
+ Properties of the `italic` object:
317
+
318
+ ##### `disabled` (boolean)
319
+
320
+ Indicates if the plugin is disabled or not
321
+
322
+ #### `ol_list` (object)
323
+
324
+ Properties of the `ol_list` object:
325
+
326
+ ##### `disabled` (boolean)
327
+
328
+ Indicates if the plugin is disabled or not
329
+
330
+ #### `redo` (object)
331
+
332
+ Properties of the `redo` object:
333
+
334
+ ##### `disabled` (boolean)
335
+
336
+ Indicates if the plugin is disabled or not
337
+
338
+ #### `strikethrough` (object)
339
+
340
+ Properties of the `strikethrough` object:
341
+
342
+ ##### `disabled` (boolean)
343
+
344
+ Indicates if the plugin is disabled or not
345
+
346
+ #### `sub` (object)
347
+
348
+ Properties of the `sub` object:
349
+
350
+ ##### `disabled` (boolean)
351
+
352
+ Indicates if the plugin is disabled or not
353
+
354
+ #### `sup` (object)
355
+
356
+ Properties of the `sup` object:
357
+
358
+ ##### `disabled` (boolean)
359
+
360
+ Indicates if the plugin is disabled or not
361
+
362
+ #### `table` (object)
363
+
364
+ Properties of the `table` object:
365
+
366
+ ##### `disabled` (boolean)
367
+
368
+ Indicates if the plugin is disabled or not
369
+
370
+ #### `ul_list` (object)
371
+
372
+ Properties of the `ul_list` object:
373
+
374
+ ##### `disabled` (boolean)
375
+
376
+ Indicates if the plugin is disabled or not
377
+
378
+ #### `underline` (object)
379
+
380
+ Properties of the `underline` object:
381
+
382
+ ##### `disabled` (boolean)
383
+
384
+ Indicates if the plugin is disabled or not
385
+
386
+ #### `undo` (object)
387
+
388
+ Properties of the `undo` object:
389
+
390
+ ##### `disabled` (boolean)
391
+
392
+ Indicates if the plugin is disabled or not
393
+
394
+ ### `required` (boolean)
395
+
396
+ Indicates if the item is required and the value cannot be empty
397
+
398
+ ### `settings` (boolean)
399
+
400
+ Indicates if the item has to be displayed in the Settings Panel
401
+
402
+ ### `label` (string)
403
+
404
+ Indicates the label for the item that has to be displayed in the Settings Panel
405
+
406
+ ## `EditableHtmlConfigureProp` (object)
407
+
408
+ Properties of the `EditableHtmlConfigureProp` object:
409
+
410
+ ### `math` (object)
411
+
412
+ Properties of the `math` object:
413
+
414
+ #### `disabled` (boolean)
415
+
416
+ Indicates if the plugin is disabled or not
417
+
418
+ ### `audio` (object)
419
+
420
+ Properties of the `audio` object:
421
+
422
+ #### `disabled` (boolean)
423
+
424
+ Indicates if the plugin is disabled or not
425
+
426
+ ### `video` (object)
427
+
428
+ Properties of the `video` object:
429
+
430
+ #### `disabled` (boolean)
431
+
432
+ Indicates if the plugin is disabled or not
433
+
434
+ ### `image` (object)
435
+
436
+ Properties of the `image` object:
437
+
438
+ #### `disabled` (boolean)
439
+
440
+ Indicates if the plugin is disabled or not
441
+
442
+ ### `customPlugins` (array)
443
+
444
+ An array of objects that determine custom plugins.
445
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
446
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
447
+
448
+ The object is an array with all elements of the type `object`.
449
+
450
+ The array object has the following properties:
451
+
452
+ #### `event` (string, required)
453
+
454
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
455
+ PIE will emit the event prefixed with "PIE-".
456
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
457
+
458
+ #### `iconAlt` (string, required)
459
+
460
+ The alt for the custom button icon
461
+
462
+ #### `iconType` (string, required)
463
+
464
+ The icon type.
465
+ Currently, only "SVG" is supported.
466
+
467
+ #### `icon` (string, required)
468
+
469
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
470
+
471
+ ### `blockquote` (object)
472
+
473
+ Properties of the `blockquote` object:
474
+
475
+ #### `disabled` (boolean)
476
+
477
+ Indicates if the plugin is disabled or not
478
+
479
+ ### `h3` (object)
480
+
481
+ Properties of the `h3` object:
482
+
483
+ #### `disabled` (boolean)
484
+
485
+ Indicates if the plugin is disabled or not
486
+
487
+ ### `characters` (object)
488
+
489
+ Properties of the `characters` object:
490
+
491
+ #### `disabled` (boolean)
492
+
493
+ Indicates if the plugin is disabled or not
494
+
495
+ ### `bold` (object)
496
+
497
+ Properties of the `bold` object:
498
+
499
+ #### `disabled` (boolean)
500
+
501
+ Indicates if the plugin is disabled or not
502
+
503
+ ### `html` (object)
504
+
505
+ Properties of the `html` object:
506
+
507
+ #### `disabled` (boolean)
508
+
509
+ Indicates if the plugin is disabled or not
510
+
511
+ ### `italic` (object)
512
+
513
+ Properties of the `italic` object:
514
+
515
+ #### `disabled` (boolean)
516
+
517
+ Indicates if the plugin is disabled or not
518
+
519
+ ### `ol_list` (object)
520
+
521
+ Properties of the `ol_list` object:
522
+
523
+ #### `disabled` (boolean)
524
+
525
+ Indicates if the plugin is disabled or not
526
+
527
+ ### `redo` (object)
528
+
529
+ Properties of the `redo` object:
530
+
531
+ #### `disabled` (boolean)
532
+
533
+ Indicates if the plugin is disabled or not
534
+
535
+ ### `strikethrough` (object)
536
+
537
+ Properties of the `strikethrough` object:
538
+
539
+ #### `disabled` (boolean)
540
+
541
+ Indicates if the plugin is disabled or not
542
+
543
+ ### `sub` (object)
544
+
545
+ Properties of the `sub` object:
546
+
547
+ #### `disabled` (boolean)
548
+
549
+ Indicates if the plugin is disabled or not
550
+
551
+ ### `sup` (object)
552
+
553
+ Properties of the `sup` object:
554
+
555
+ #### `disabled` (boolean)
556
+
557
+ Indicates if the plugin is disabled or not
558
+
559
+ ### `table` (object)
560
+
561
+ Properties of the `table` object:
562
+
563
+ #### `disabled` (boolean)
564
+
565
+ Indicates if the plugin is disabled or not
566
+
567
+ ### `ul_list` (object)
568
+
569
+ Properties of the `ul_list` object:
570
+
571
+ #### `disabled` (boolean)
572
+
573
+ Indicates if the plugin is disabled or not
574
+
575
+ ### `underline` (object)
576
+
577
+ Properties of the `underline` object:
578
+
579
+ #### `disabled` (boolean)
580
+
581
+ Indicates if the plugin is disabled or not
582
+
583
+ ### `undo` (object)
584
+
585
+ Properties of the `undo` object:
586
+
587
+ #### `disabled` (boolean)
588
+
589
+ Indicates if the plugin is disabled or not
590
+
591
+ ## `EditableHtmlButtonConfigure` (object)
592
+
593
+ Properties of the `EditableHtmlButtonConfigure` object:
594
+
595
+ ### `disabled` (boolean)
596
+
597
+ Indicates if the plugin is disabled or not
598
+
599
+ ## `CustomPlugin` (object)
600
+
601
+ Properties of the `CustomPlugin` object:
602
+
603
+ ### `event` (string, required)
604
+
605
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
606
+ PIE will emit the event prefixed with "PIE-".
607
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
608
+
609
+ ### `iconAlt` (string, required)
610
+
611
+ The alt for the custom button icon
612
+
613
+ ### `iconType` (string, required)
614
+
615
+ The icon type.
616
+ Currently, only "SVG" is supported.
617
+
618
+ ### `icon` (string, required)
619
+
620
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
621
+
622
+ ## `ConfigureMaxImageDimensionsProp` (object)
623
+
624
+ Properties of the `ConfigureMaxImageDimensionsProp` object:
625
+
626
+ ### `teacherInstructions` (number)
627
+
628
+ Indicates the max dimension for images in teacher instructions
629
+
630
+ ### `prompt` (number)
631
+
632
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
633
+
634
+ ### `rationale` (number)
635
+
636
+ Indicates the max dimension for images in rationale
637
+
638
+ ## `ConfigureWithForceProp` (object)
639
+
640
+ Properties of the `ConfigureWithForceProp` object:
641
+
642
+ ### `forceEnabled` (boolean)
643
+
644
+ Indicates the value for the toggle;
645
+ if true:
646
+ - this property will not be visible in Settings Panel (settings will become automatically false)
647
+ - the model property afferent to it will become automatically false
648
+
649
+ ### `settings` (boolean)
650
+
651
+ Indicates if the item has to be displayed in the Settings Panel
652
+
653
+ ### `label` (string)
654
+
655
+ Indicates the label for the item that has to be displayed in the Settings Panel
656
+
657
+ ## `ConfigureMathMLProp` (object)
658
+
659
+ Properties of the `ConfigureMathMLProp` object:
660
+
661
+ ### `mmlOutput` (number)
662
+
663
+ Indicates if model should have mathML output instead of latex
664
+
665
+ ### `mmlEditing` (number)
666
+
667
+ Indicates if mathML that's already in model should be editable
668
+
669
+ ## `Dimensions` (object)
670
+
671
+ Properties of the `Dimensions` object:
672
+
673
+ ### `width` (string)
674
+
675
+ Width the editor should take. USE CSS-style definition.
676
+
677
+ ### `height` (string)
678
+
679
+ Height the editor should take. USE CSS-style definition.
680
+
681
+ ## `DefaultFeedbackType` (object)
682
+
683
+ Properties of the `DefaultFeedbackType` object:
684
+
685
+ ### `type` (string, enum, required)
686
+
687
+ Indicates the feedback type
688
+
689
+ This element must be one of the following enum values:
690
+
691
+ * `default`
692
+ * `none`
693
+
694
+ ### `default` (string)
695
+
696
+ Indicates the feedback value
697
+
698
+ ## `PredefinedAnnotation` (object)
699
+
700
+ Properties of the `PredefinedAnnotation` object:
701
+
702
+ ### `label` (string, required)
703
+
704
+ Indicates the value displayed in the annotation button
705
+
706
+ ### `text` (string, required)
707
+
708
+ Indicates the annotation value
709
+
710
+ ### `type` (string, enum, required)
711
+
712
+ Indicates the type of the annotation
713
+
714
+ This element must be one of the following enum values:
715
+
716
+ * `negative`
717
+ * `positive`