@khanacademy/perseus-editor 14.8.1 → 14.9.0

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.
@@ -10,7 +10,9 @@ declare const InteractiveGraph: {
10
10
  problemNum: number | null | undefined;
11
11
  apiOptions: Readonly<Readonly<{
12
12
  isArticle?: boolean | undefined;
13
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
13
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
14
+ * The graph to display in the graph area.
15
+ */
14
16
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
15
17
  showAlignmentOptions?: boolean | undefined;
16
18
  readOnly?: boolean | undefined;
@@ -30,7 +32,9 @@ declare const InteractiveGraph: {
30
32
  type: string;
31
33
  id: string;
32
34
  correct?: boolean | undefined;
33
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
35
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
36
+ visible: number;
37
+ }>) => void) | undefined;
34
38
  customKeypad?: boolean | undefined;
35
39
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
36
40
  isMobile?: boolean | undefined;
@@ -87,7 +91,8 @@ declare const InteractiveGraph: {
87
91
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
88
92
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
89
93
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
90
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
94
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
95
+ reviewMode: boolean;
91
96
  onChange: import("@khanacademy/perseus").ChangeHandler;
92
97
  trackInteraction: (extraData?: Empty | undefined) => void;
93
98
  isLastUsedWidget: boolean;
@@ -124,7 +129,9 @@ declare const InteractiveGraph: {
124
129
  problemNum: number | null | undefined;
125
130
  apiOptions: Readonly<Readonly<{
126
131
  isArticle?: boolean | undefined;
127
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
132
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
133
+ * The graph to display in the graph area.
134
+ */
128
135
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
129
136
  showAlignmentOptions?: boolean | undefined;
130
137
  readOnly?: boolean | undefined;
@@ -144,7 +151,9 @@ declare const InteractiveGraph: {
144
151
  type: string;
145
152
  id: string;
146
153
  correct?: boolean | undefined;
147
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
154
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
155
+ visible: number;
156
+ }>) => void) | undefined;
148
157
  customKeypad?: boolean | undefined;
149
158
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
150
159
  isMobile?: boolean | undefined;
@@ -201,7 +210,8 @@ declare const InteractiveGraph: {
201
210
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
202
211
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
203
212
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
204
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
213
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
214
+ reviewMode: boolean;
205
215
  onChange: import("@khanacademy/perseus").ChangeHandler;
206
216
  trackInteraction: (extraData?: Empty | undefined) => void;
207
217
  isLastUsedWidget: boolean;
@@ -215,7 +225,9 @@ declare const InteractiveGraph: {
215
225
  problemNum: number | null | undefined;
216
226
  apiOptions: Readonly<Readonly<{
217
227
  isArticle?: boolean | undefined;
218
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
228
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
229
+ * The graph to display in the graph area.
230
+ */
219
231
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
220
232
  showAlignmentOptions?: boolean | undefined;
221
233
  readOnly?: boolean | undefined;
@@ -235,7 +247,9 @@ declare const InteractiveGraph: {
235
247
  type: string;
236
248
  id: string;
237
249
  correct?: boolean | undefined;
238
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
250
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
251
+ visible: number;
252
+ }>) => void) | undefined;
239
253
  customKeypad?: boolean | undefined;
240
254
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
241
255
  isMobile?: boolean | undefined;
@@ -292,7 +306,8 @@ declare const InteractiveGraph: {
292
306
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
293
307
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
294
308
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
295
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
309
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
310
+ reviewMode: boolean;
296
311
  onChange: import("@khanacademy/perseus").ChangeHandler;
297
312
  trackInteraction: (extraData?: Empty | undefined) => void;
298
313
  isLastUsedWidget: boolean;
@@ -306,7 +321,9 @@ declare const InteractiveGraph: {
306
321
  problemNum: number | null | undefined;
307
322
  apiOptions: Readonly<Readonly<{
308
323
  isArticle?: boolean | undefined;
309
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
324
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
325
+ * The graph to display in the graph area.
326
+ */
310
327
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
311
328
  showAlignmentOptions?: boolean | undefined;
312
329
  readOnly?: boolean | undefined;
@@ -326,7 +343,9 @@ declare const InteractiveGraph: {
326
343
  type: string;
327
344
  id: string;
328
345
  correct?: boolean | undefined;
329
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
346
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
347
+ visible: number;
348
+ }>) => void) | undefined;
330
349
  customKeypad?: boolean | undefined;
331
350
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
332
351
  isMobile?: boolean | undefined;
@@ -383,7 +402,8 @@ declare const InteractiveGraph: {
383
402
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
384
403
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
385
404
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
386
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
405
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
406
+ reviewMode: boolean;
387
407
  onChange: import("@khanacademy/perseus").ChangeHandler;
388
408
  trackInteraction: (extraData?: Empty | undefined) => void;
389
409
  isLastUsedWidget: boolean;
@@ -404,7 +424,9 @@ declare const InteractiveGraph: {
404
424
  problemNum: number | null | undefined;
405
425
  apiOptions: Readonly<Readonly<{
406
426
  isArticle?: boolean | undefined;
407
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
427
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
428
+ * The graph to display in the graph area.
429
+ */
408
430
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
409
431
  showAlignmentOptions?: boolean | undefined;
410
432
  readOnly?: boolean | undefined;
@@ -424,7 +446,9 @@ declare const InteractiveGraph: {
424
446
  type: string;
425
447
  id: string;
426
448
  correct?: boolean | undefined;
427
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
449
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
450
+ visible: number;
451
+ }>) => void) | undefined;
428
452
  customKeypad?: boolean | undefined;
429
453
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
430
454
  isMobile?: boolean | undefined;
@@ -481,7 +505,8 @@ declare const InteractiveGraph: {
481
505
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
482
506
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
483
507
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
484
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
508
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
509
+ reviewMode: boolean;
485
510
  onChange: import("@khanacademy/perseus").ChangeHandler;
486
511
  trackInteraction: (extraData?: Empty | undefined) => void;
487
512
  isLastUsedWidget: boolean;
@@ -544,7 +569,9 @@ declare const InteractiveGraph: {
544
569
  problemNum: number | null | undefined;
545
570
  apiOptions: Readonly<Readonly<{
546
571
  isArticle?: boolean | undefined;
547
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
572
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
573
+ * The graph to display in the graph area.
574
+ */
548
575
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
549
576
  showAlignmentOptions?: boolean | undefined;
550
577
  readOnly?: boolean | undefined;
@@ -564,7 +591,9 @@ declare const InteractiveGraph: {
564
591
  type: string;
565
592
  id: string;
566
593
  correct?: boolean | undefined;
567
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
594
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
595
+ visible: number;
596
+ }>) => void) | undefined;
568
597
  customKeypad?: boolean | undefined;
569
598
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
570
599
  isMobile?: boolean | undefined;
@@ -621,7 +650,8 @@ declare const InteractiveGraph: {
621
650
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
622
651
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
623
652
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
624
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
653
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
654
+ reviewMode: boolean;
625
655
  onChange: import("@khanacademy/perseus").ChangeHandler;
626
656
  trackInteraction: (extraData?: Empty | undefined) => void;
627
657
  isLastUsedWidget: boolean;
@@ -638,7 +668,9 @@ declare const InteractiveGraph: {
638
668
  problemNum: number | null | undefined;
639
669
  apiOptions: Readonly<Readonly<{
640
670
  isArticle?: boolean | undefined;
641
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
671
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
672
+ * The graph to display in the graph area.
673
+ */
642
674
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
643
675
  showAlignmentOptions?: boolean | undefined;
644
676
  readOnly?: boolean | undefined;
@@ -658,7 +690,9 @@ declare const InteractiveGraph: {
658
690
  type: string;
659
691
  id: string;
660
692
  correct?: boolean | undefined;
661
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
693
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
694
+ visible: number;
695
+ }>) => void) | undefined;
662
696
  customKeypad?: boolean | undefined;
663
697
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
664
698
  isMobile?: boolean | undefined;
@@ -715,7 +749,8 @@ declare const InteractiveGraph: {
715
749
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
716
750
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
717
751
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
718
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
752
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
753
+ reviewMode: boolean;
719
754
  onChange: import("@khanacademy/perseus").ChangeHandler;
720
755
  trackInteraction: (extraData?: Empty | undefined) => void;
721
756
  isLastUsedWidget: boolean;
@@ -731,7 +766,9 @@ declare const InteractiveGraph: {
731
766
  problemNum: number | null | undefined;
732
767
  apiOptions: Readonly<Readonly<{
733
768
  isArticle?: boolean | undefined;
734
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
769
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
770
+ * The graph to display in the graph area.
771
+ */
735
772
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
736
773
  showAlignmentOptions?: boolean | undefined;
737
774
  readOnly?: boolean | undefined;
@@ -751,7 +788,9 @@ declare const InteractiveGraph: {
751
788
  type: string;
752
789
  id: string;
753
790
  correct?: boolean | undefined;
754
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
791
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
792
+ visible: number;
793
+ }>) => void) | undefined;
755
794
  customKeypad?: boolean | undefined;
756
795
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
757
796
  isMobile?: boolean | undefined;
@@ -808,7 +847,8 @@ declare const InteractiveGraph: {
808
847
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
809
848
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
810
849
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
811
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
850
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
851
+ reviewMode: boolean;
812
852
  onChange: import("@khanacademy/perseus").ChangeHandler;
813
853
  trackInteraction: (extraData?: Empty | undefined) => void;
814
854
  isLastUsedWidget: boolean;
@@ -824,7 +864,9 @@ declare const InteractiveGraph: {
824
864
  problemNum: number | null | undefined;
825
865
  apiOptions: Readonly<Readonly<{
826
866
  isArticle?: boolean | undefined;
827
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
867
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
868
+ * The graph to display in the graph area.
869
+ */
828
870
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
829
871
  showAlignmentOptions?: boolean | undefined;
830
872
  readOnly?: boolean | undefined;
@@ -844,7 +886,9 @@ declare const InteractiveGraph: {
844
886
  type: string;
845
887
  id: string;
846
888
  correct?: boolean | undefined;
847
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
889
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
890
+ visible: number;
891
+ }>) => void) | undefined;
848
892
  customKeypad?: boolean | undefined;
849
893
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
850
894
  isMobile?: boolean | undefined;
@@ -901,7 +945,8 @@ declare const InteractiveGraph: {
901
945
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
902
946
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
903
947
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
904
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
948
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
949
+ reviewMode: boolean;
905
950
  onChange: import("@khanacademy/perseus").ChangeHandler;
906
951
  trackInteraction: (extraData?: Empty | undefined) => void;
907
952
  isLastUsedWidget: boolean;
@@ -915,7 +960,9 @@ declare const InteractiveGraph: {
915
960
  problemNum: number | null | undefined;
916
961
  apiOptions: Readonly<Readonly<{
917
962
  isArticle?: boolean | undefined;
918
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
963
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
964
+ * The graph to display in the graph area.
965
+ */
919
966
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
920
967
  showAlignmentOptions?: boolean | undefined;
921
968
  readOnly?: boolean | undefined;
@@ -935,7 +982,9 @@ declare const InteractiveGraph: {
935
982
  type: string;
936
983
  id: string;
937
984
  correct?: boolean | undefined;
938
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
985
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
986
+ visible: number;
987
+ }>) => void) | undefined;
939
988
  customKeypad?: boolean | undefined;
940
989
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
941
990
  isMobile?: boolean | undefined;
@@ -992,7 +1041,8 @@ declare const InteractiveGraph: {
992
1041
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
993
1042
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
994
1043
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
995
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
1044
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
1045
+ reviewMode: boolean;
996
1046
  onChange: import("@khanacademy/perseus").ChangeHandler;
997
1047
  trackInteraction: (extraData?: Empty | undefined) => void;
998
1048
  isLastUsedWidget: boolean;
@@ -1006,7 +1056,9 @@ declare const InteractiveGraph: {
1006
1056
  problemNum: number | null | undefined;
1007
1057
  apiOptions: Readonly<Readonly<{
1008
1058
  isArticle?: boolean | undefined;
1009
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
1059
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
1060
+ * The graph to display in the graph area.
1061
+ */
1010
1062
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
1011
1063
  showAlignmentOptions?: boolean | undefined;
1012
1064
  readOnly?: boolean | undefined;
@@ -1026,7 +1078,9 @@ declare const InteractiveGraph: {
1026
1078
  type: string;
1027
1079
  id: string;
1028
1080
  correct?: boolean | undefined;
1029
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
1081
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
1082
+ visible: number;
1083
+ }>) => void) | undefined;
1030
1084
  customKeypad?: boolean | undefined;
1031
1085
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
1032
1086
  isMobile?: boolean | undefined;
@@ -1083,7 +1137,8 @@ declare const InteractiveGraph: {
1083
1137
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1084
1138
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1085
1139
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
1086
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
1140
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
1141
+ reviewMode: boolean;
1087
1142
  onChange: import("@khanacademy/perseus").ChangeHandler;
1088
1143
  trackInteraction: (extraData?: Empty | undefined) => void;
1089
1144
  isLastUsedWidget: boolean;
@@ -1104,7 +1159,9 @@ declare const InteractiveGraph: {
1104
1159
  problemNum: number | null | undefined;
1105
1160
  apiOptions: Readonly<Readonly<{
1106
1161
  isArticle?: boolean | undefined;
1107
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
1162
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
1163
+ * The graph to display in the graph area.
1164
+ */
1108
1165
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
1109
1166
  showAlignmentOptions?: boolean | undefined;
1110
1167
  readOnly?: boolean | undefined;
@@ -1124,7 +1181,9 @@ declare const InteractiveGraph: {
1124
1181
  type: string;
1125
1182
  id: string;
1126
1183
  correct?: boolean | undefined;
1127
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
1184
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
1185
+ visible: number;
1186
+ }>) => void) | undefined;
1128
1187
  customKeypad?: boolean | undefined;
1129
1188
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
1130
1189
  isMobile?: boolean | undefined;
@@ -1181,7 +1240,8 @@ declare const InteractiveGraph: {
1181
1240
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1182
1241
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1183
1242
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
1184
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
1243
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
1244
+ reviewMode: boolean;
1185
1245
  onChange: import("@khanacademy/perseus").ChangeHandler;
1186
1246
  trackInteraction: (extraData?: Empty | undefined) => void;
1187
1247
  isLastUsedWidget: boolean;
@@ -1200,7 +1260,9 @@ declare const InteractiveGraph: {
1200
1260
  problemNum: number | null | undefined;
1201
1261
  apiOptions: Readonly<Readonly<{
1202
1262
  isArticle?: boolean | undefined;
1203
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
1263
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
1264
+ * The graph to display in the graph area.
1265
+ */
1204
1266
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
1205
1267
  showAlignmentOptions?: boolean | undefined;
1206
1268
  readOnly?: boolean | undefined;
@@ -1220,7 +1282,9 @@ declare const InteractiveGraph: {
1220
1282
  type: string;
1221
1283
  id: string;
1222
1284
  correct?: boolean | undefined;
1223
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
1285
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
1286
+ visible: number;
1287
+ }>) => void) | undefined;
1224
1288
  customKeypad?: boolean | undefined;
1225
1289
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
1226
1290
  isMobile?: boolean | undefined;
@@ -1277,7 +1341,8 @@ declare const InteractiveGraph: {
1277
1341
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1278
1342
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1279
1343
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
1280
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
1344
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
1345
+ reviewMode: boolean;
1281
1346
  onChange: import("@khanacademy/perseus").ChangeHandler;
1282
1347
  trackInteraction: (extraData?: Empty | undefined) => void;
1283
1348
  isLastUsedWidget: boolean;
@@ -1293,7 +1358,9 @@ declare const InteractiveGraph: {
1293
1358
  problemNum: number | null | undefined;
1294
1359
  apiOptions: Readonly<Readonly<{
1295
1360
  isArticle?: boolean | undefined;
1296
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
1361
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
1362
+ * The graph to display in the graph area.
1363
+ */
1297
1364
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
1298
1365
  showAlignmentOptions?: boolean | undefined;
1299
1366
  readOnly?: boolean | undefined;
@@ -1313,7 +1380,9 @@ declare const InteractiveGraph: {
1313
1380
  type: string;
1314
1381
  id: string;
1315
1382
  correct?: boolean | undefined;
1316
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
1383
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
1384
+ visible: number;
1385
+ }>) => void) | undefined;
1317
1386
  customKeypad?: boolean | undefined;
1318
1387
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
1319
1388
  isMobile?: boolean | undefined;
@@ -1370,7 +1439,8 @@ declare const InteractiveGraph: {
1370
1439
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1371
1440
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1372
1441
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
1373
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
1442
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
1443
+ reviewMode: boolean;
1374
1444
  onChange: import("@khanacademy/perseus").ChangeHandler;
1375
1445
  trackInteraction: (extraData?: Empty | undefined) => void;
1376
1446
  isLastUsedWidget: boolean;
@@ -1384,7 +1454,9 @@ declare const InteractiveGraph: {
1384
1454
  problemNum: number | null | undefined;
1385
1455
  apiOptions: Readonly<Readonly<{
1386
1456
  isArticle?: boolean | undefined;
1387
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
1457
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
1458
+ * The graph to display in the graph area.
1459
+ */
1388
1460
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
1389
1461
  showAlignmentOptions?: boolean | undefined;
1390
1462
  readOnly?: boolean | undefined;
@@ -1404,7 +1476,9 @@ declare const InteractiveGraph: {
1404
1476
  type: string;
1405
1477
  id: string;
1406
1478
  correct?: boolean | undefined;
1407
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
1479
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
1480
+ visible: number;
1481
+ }>) => void) | undefined;
1408
1482
  customKeypad?: boolean | undefined;
1409
1483
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
1410
1484
  isMobile?: boolean | undefined;
@@ -1461,7 +1535,8 @@ declare const InteractiveGraph: {
1461
1535
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1462
1536
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1463
1537
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
1464
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
1538
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
1539
+ reviewMode: boolean;
1465
1540
  onChange: import("@khanacademy/perseus").ChangeHandler;
1466
1541
  trackInteraction: (extraData?: Empty | undefined) => void;
1467
1542
  isLastUsedWidget: boolean;
@@ -1477,7 +1552,9 @@ declare const InteractiveGraph: {
1477
1552
  problemNum: number | null | undefined;
1478
1553
  apiOptions: Readonly<Readonly<{
1479
1554
  isArticle?: boolean | undefined;
1480
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
1555
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
1556
+ * The graph to display in the graph area.
1557
+ */
1481
1558
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
1482
1559
  showAlignmentOptions?: boolean | undefined;
1483
1560
  readOnly?: boolean | undefined;
@@ -1497,7 +1574,9 @@ declare const InteractiveGraph: {
1497
1574
  type: string;
1498
1575
  id: string;
1499
1576
  correct?: boolean | undefined;
1500
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
1577
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
1578
+ visible: number;
1579
+ }>) => void) | undefined;
1501
1580
  customKeypad?: boolean | undefined;
1502
1581
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
1503
1582
  isMobile?: boolean | undefined;
@@ -1554,7 +1633,8 @@ declare const InteractiveGraph: {
1554
1633
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1555
1634
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1556
1635
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
1557
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
1636
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
1637
+ reviewMode: boolean;
1558
1638
  onChange: import("@khanacademy/perseus").ChangeHandler;
1559
1639
  trackInteraction: (extraData?: Empty | undefined) => void;
1560
1640
  isLastUsedWidget: boolean;
@@ -1568,7 +1648,9 @@ declare const InteractiveGraph: {
1568
1648
  problemNum: number | null | undefined;
1569
1649
  apiOptions: Readonly<Readonly<{
1570
1650
  isArticle?: boolean | undefined;
1571
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
1651
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
1652
+ * The graph to display in the graph area.
1653
+ */
1572
1654
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
1573
1655
  showAlignmentOptions?: boolean | undefined;
1574
1656
  readOnly?: boolean | undefined;
@@ -1588,7 +1670,9 @@ declare const InteractiveGraph: {
1588
1670
  type: string;
1589
1671
  id: string;
1590
1672
  correct?: boolean | undefined;
1591
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
1673
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
1674
+ visible: number;
1675
+ }>) => void) | undefined;
1592
1676
  customKeypad?: boolean | undefined;
1593
1677
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
1594
1678
  isMobile?: boolean | undefined;
@@ -1645,7 +1729,8 @@ declare const InteractiveGraph: {
1645
1729
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1646
1730
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1647
1731
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
1648
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
1732
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
1733
+ reviewMode: boolean;
1649
1734
  onChange: import("@khanacademy/perseus").ChangeHandler;
1650
1735
  trackInteraction: (extraData?: Empty | undefined) => void;
1651
1736
  isLastUsedWidget: boolean;
@@ -1659,7 +1744,9 @@ declare const InteractiveGraph: {
1659
1744
  problemNum: number | null | undefined;
1660
1745
  apiOptions: Readonly<Readonly<{
1661
1746
  isArticle?: boolean | undefined;
1662
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
1747
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
1748
+ * The graph to display in the graph area.
1749
+ */
1663
1750
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
1664
1751
  showAlignmentOptions?: boolean | undefined;
1665
1752
  readOnly?: boolean | undefined;
@@ -1679,7 +1766,9 @@ declare const InteractiveGraph: {
1679
1766
  type: string;
1680
1767
  id: string;
1681
1768
  correct?: boolean | undefined;
1682
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
1769
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
1770
+ visible: number;
1771
+ }>) => void) | undefined;
1683
1772
  customKeypad?: boolean | undefined;
1684
1773
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
1685
1774
  isMobile?: boolean | undefined;
@@ -1736,7 +1825,8 @@ declare const InteractiveGraph: {
1736
1825
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1737
1826
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1738
1827
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
1739
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
1828
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
1829
+ reviewMode: boolean;
1740
1830
  onChange: import("@khanacademy/perseus").ChangeHandler;
1741
1831
  trackInteraction: (extraData?: Empty | undefined) => void;
1742
1832
  isLastUsedWidget: boolean;
@@ -1750,7 +1840,9 @@ declare const InteractiveGraph: {
1750
1840
  problemNum: number | null | undefined;
1751
1841
  apiOptions: Readonly<Readonly<{
1752
1842
  isArticle?: boolean | undefined;
1753
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
1843
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
1844
+ * The graph to display in the graph area.
1845
+ */
1754
1846
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
1755
1847
  showAlignmentOptions?: boolean | undefined;
1756
1848
  readOnly?: boolean | undefined;
@@ -1770,7 +1862,9 @@ declare const InteractiveGraph: {
1770
1862
  type: string;
1771
1863
  id: string;
1772
1864
  correct?: boolean | undefined;
1773
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
1865
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
1866
+ visible: number;
1867
+ }>) => void) | undefined;
1774
1868
  customKeypad?: boolean | undefined;
1775
1869
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
1776
1870
  isMobile?: boolean | undefined;
@@ -1827,7 +1921,8 @@ declare const InteractiveGraph: {
1827
1921
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1828
1922
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1829
1923
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
1830
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
1924
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
1925
+ reviewMode: boolean;
1831
1926
  onChange: import("@khanacademy/perseus").ChangeHandler;
1832
1927
  trackInteraction: (extraData?: Empty | undefined) => void;
1833
1928
  isLastUsedWidget: boolean;
@@ -1842,7 +1937,9 @@ declare const InteractiveGraph: {
1842
1937
  problemNum: number | null | undefined;
1843
1938
  apiOptions: Readonly<Readonly<{
1844
1939
  isArticle?: boolean | undefined;
1845
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
1940
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
1941
+ * The graph to display in the graph area.
1942
+ */
1846
1943
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
1847
1944
  showAlignmentOptions?: boolean | undefined;
1848
1945
  readOnly?: boolean | undefined;
@@ -1862,7 +1959,9 @@ declare const InteractiveGraph: {
1862
1959
  type: string;
1863
1960
  id: string;
1864
1961
  correct?: boolean | undefined;
1865
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
1962
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
1963
+ visible: number;
1964
+ }>) => void) | undefined;
1866
1965
  customKeypad?: boolean | undefined;
1867
1966
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
1868
1967
  isMobile?: boolean | undefined;
@@ -1919,7 +2018,8 @@ declare const InteractiveGraph: {
1919
2018
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1920
2019
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
1921
2020
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
1922
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
2021
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
2022
+ reviewMode: boolean;
1923
2023
  onChange: import("@khanacademy/perseus").ChangeHandler;
1924
2024
  trackInteraction: (extraData?: Empty | undefined) => void;
1925
2025
  isLastUsedWidget: boolean;
@@ -1956,7 +2056,9 @@ declare const InteractiveGraph: {
1956
2056
  problemNum: number | null | undefined;
1957
2057
  apiOptions: Readonly<Readonly<{
1958
2058
  isArticle?: boolean | undefined;
1959
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
2059
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
2060
+ * The graph to display in the graph area.
2061
+ */
1960
2062
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
1961
2063
  showAlignmentOptions?: boolean | undefined;
1962
2064
  readOnly?: boolean | undefined;
@@ -1976,7 +2078,9 @@ declare const InteractiveGraph: {
1976
2078
  type: string;
1977
2079
  id: string;
1978
2080
  correct?: boolean | undefined;
1979
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
2081
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
2082
+ visible: number;
2083
+ }>) => void) | undefined;
1980
2084
  customKeypad?: boolean | undefined;
1981
2085
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
1982
2086
  isMobile?: boolean | undefined;
@@ -2033,7 +2137,8 @@ declare const InteractiveGraph: {
2033
2137
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2034
2138
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2035
2139
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
2036
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
2140
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
2141
+ reviewMode: boolean;
2037
2142
  onChange: import("@khanacademy/perseus").ChangeHandler;
2038
2143
  trackInteraction: (extraData?: Empty | undefined) => void;
2039
2144
  isLastUsedWidget: boolean;
@@ -2047,7 +2152,9 @@ declare const InteractiveGraph: {
2047
2152
  problemNum: number | null | undefined;
2048
2153
  apiOptions: Readonly<Readonly<{
2049
2154
  isArticle?: boolean | undefined;
2050
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
2155
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
2156
+ * The graph to display in the graph area.
2157
+ */
2051
2158
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
2052
2159
  showAlignmentOptions?: boolean | undefined;
2053
2160
  readOnly?: boolean | undefined;
@@ -2067,7 +2174,9 @@ declare const InteractiveGraph: {
2067
2174
  type: string;
2068
2175
  id: string;
2069
2176
  correct?: boolean | undefined;
2070
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
2177
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
2178
+ visible: number;
2179
+ }>) => void) | undefined;
2071
2180
  customKeypad?: boolean | undefined;
2072
2181
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
2073
2182
  isMobile?: boolean | undefined;
@@ -2124,7 +2233,8 @@ declare const InteractiveGraph: {
2124
2233
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2125
2234
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2126
2235
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
2127
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
2236
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
2237
+ reviewMode: boolean;
2128
2238
  onChange: import("@khanacademy/perseus").ChangeHandler;
2129
2239
  trackInteraction: (extraData?: Empty | undefined) => void;
2130
2240
  isLastUsedWidget: boolean;
@@ -2138,7 +2248,9 @@ declare const InteractiveGraph: {
2138
2248
  problemNum: number | null | undefined;
2139
2249
  apiOptions: Readonly<Readonly<{
2140
2250
  isArticle?: boolean | undefined;
2141
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
2251
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
2252
+ * The graph to display in the graph area.
2253
+ */
2142
2254
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
2143
2255
  showAlignmentOptions?: boolean | undefined;
2144
2256
  readOnly?: boolean | undefined;
@@ -2158,7 +2270,9 @@ declare const InteractiveGraph: {
2158
2270
  type: string;
2159
2271
  id: string;
2160
2272
  correct?: boolean | undefined;
2161
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
2273
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
2274
+ visible: number;
2275
+ }>) => void) | undefined;
2162
2276
  customKeypad?: boolean | undefined;
2163
2277
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
2164
2278
  isMobile?: boolean | undefined;
@@ -2215,7 +2329,8 @@ declare const InteractiveGraph: {
2215
2329
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2216
2330
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2217
2331
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
2218
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
2332
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
2333
+ reviewMode: boolean;
2219
2334
  onChange: import("@khanacademy/perseus").ChangeHandler;
2220
2335
  trackInteraction: (extraData?: Empty | undefined) => void;
2221
2336
  isLastUsedWidget: boolean;
@@ -2236,7 +2351,9 @@ declare const InteractiveGraph: {
2236
2351
  problemNum: number | null | undefined;
2237
2352
  apiOptions: Readonly<Readonly<{
2238
2353
  isArticle?: boolean | undefined;
2239
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
2354
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
2355
+ * The graph to display in the graph area.
2356
+ */
2240
2357
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
2241
2358
  showAlignmentOptions?: boolean | undefined;
2242
2359
  readOnly?: boolean | undefined;
@@ -2256,7 +2373,9 @@ declare const InteractiveGraph: {
2256
2373
  type: string;
2257
2374
  id: string;
2258
2375
  correct?: boolean | undefined;
2259
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
2376
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
2377
+ visible: number;
2378
+ }>) => void) | undefined;
2260
2379
  customKeypad?: boolean | undefined;
2261
2380
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
2262
2381
  isMobile?: boolean | undefined;
@@ -2313,7 +2432,8 @@ declare const InteractiveGraph: {
2313
2432
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2314
2433
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2315
2434
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
2316
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
2435
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
2436
+ reviewMode: boolean;
2317
2437
  onChange: import("@khanacademy/perseus").ChangeHandler;
2318
2438
  trackInteraction: (extraData?: Empty | undefined) => void;
2319
2439
  isLastUsedWidget: boolean;
@@ -2376,7 +2496,9 @@ declare const InteractiveGraph: {
2376
2496
  problemNum: number | null | undefined;
2377
2497
  apiOptions: Readonly<Readonly<{
2378
2498
  isArticle?: boolean | undefined;
2379
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
2499
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
2500
+ * The graph to display in the graph area.
2501
+ */
2380
2502
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
2381
2503
  showAlignmentOptions?: boolean | undefined;
2382
2504
  readOnly?: boolean | undefined;
@@ -2396,7 +2518,9 @@ declare const InteractiveGraph: {
2396
2518
  type: string;
2397
2519
  id: string;
2398
2520
  correct?: boolean | undefined;
2399
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
2521
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
2522
+ visible: number;
2523
+ }>) => void) | undefined;
2400
2524
  customKeypad?: boolean | undefined;
2401
2525
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
2402
2526
  isMobile?: boolean | undefined;
@@ -2453,7 +2577,8 @@ declare const InteractiveGraph: {
2453
2577
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2454
2578
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2455
2579
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
2456
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
2580
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
2581
+ reviewMode: boolean;
2457
2582
  onChange: import("@khanacademy/perseus").ChangeHandler;
2458
2583
  trackInteraction: (extraData?: Empty | undefined) => void;
2459
2584
  isLastUsedWidget: boolean;
@@ -2470,7 +2595,9 @@ declare const InteractiveGraph: {
2470
2595
  problemNum: number | null | undefined;
2471
2596
  apiOptions: Readonly<Readonly<{
2472
2597
  isArticle?: boolean | undefined;
2473
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
2598
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
2599
+ * The graph to display in the graph area.
2600
+ */
2474
2601
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
2475
2602
  showAlignmentOptions?: boolean | undefined;
2476
2603
  readOnly?: boolean | undefined;
@@ -2490,7 +2617,9 @@ declare const InteractiveGraph: {
2490
2617
  type: string;
2491
2618
  id: string;
2492
2619
  correct?: boolean | undefined;
2493
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
2620
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
2621
+ visible: number;
2622
+ }>) => void) | undefined;
2494
2623
  customKeypad?: boolean | undefined;
2495
2624
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
2496
2625
  isMobile?: boolean | undefined;
@@ -2547,7 +2676,8 @@ declare const InteractiveGraph: {
2547
2676
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2548
2677
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2549
2678
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
2550
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
2679
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
2680
+ reviewMode: boolean;
2551
2681
  onChange: import("@khanacademy/perseus").ChangeHandler;
2552
2682
  trackInteraction: (extraData?: Empty | undefined) => void;
2553
2683
  isLastUsedWidget: boolean;
@@ -2563,7 +2693,9 @@ declare const InteractiveGraph: {
2563
2693
  problemNum: number | null | undefined;
2564
2694
  apiOptions: Readonly<Readonly<{
2565
2695
  isArticle?: boolean | undefined;
2566
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
2696
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
2697
+ * The graph to display in the graph area.
2698
+ */
2567
2699
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
2568
2700
  showAlignmentOptions?: boolean | undefined;
2569
2701
  readOnly?: boolean | undefined;
@@ -2583,7 +2715,9 @@ declare const InteractiveGraph: {
2583
2715
  type: string;
2584
2716
  id: string;
2585
2717
  correct?: boolean | undefined;
2586
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
2718
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
2719
+ visible: number;
2720
+ }>) => void) | undefined;
2587
2721
  customKeypad?: boolean | undefined;
2588
2722
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
2589
2723
  isMobile?: boolean | undefined;
@@ -2640,7 +2774,8 @@ declare const InteractiveGraph: {
2640
2774
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2641
2775
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2642
2776
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
2643
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
2777
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
2778
+ reviewMode: boolean;
2644
2779
  onChange: import("@khanacademy/perseus").ChangeHandler;
2645
2780
  trackInteraction: (extraData?: Empty | undefined) => void;
2646
2781
  isLastUsedWidget: boolean;
@@ -2656,7 +2791,9 @@ declare const InteractiveGraph: {
2656
2791
  problemNum: number | null | undefined;
2657
2792
  apiOptions: Readonly<Readonly<{
2658
2793
  isArticle?: boolean | undefined;
2659
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
2794
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
2795
+ * The graph to display in the graph area.
2796
+ */
2660
2797
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
2661
2798
  showAlignmentOptions?: boolean | undefined;
2662
2799
  readOnly?: boolean | undefined;
@@ -2676,7 +2813,9 @@ declare const InteractiveGraph: {
2676
2813
  type: string;
2677
2814
  id: string;
2678
2815
  correct?: boolean | undefined;
2679
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
2816
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
2817
+ visible: number;
2818
+ }>) => void) | undefined;
2680
2819
  customKeypad?: boolean | undefined;
2681
2820
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
2682
2821
  isMobile?: boolean | undefined;
@@ -2733,7 +2872,8 @@ declare const InteractiveGraph: {
2733
2872
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2734
2873
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2735
2874
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
2736
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
2875
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
2876
+ reviewMode: boolean;
2737
2877
  onChange: import("@khanacademy/perseus").ChangeHandler;
2738
2878
  trackInteraction: (extraData?: Empty | undefined) => void;
2739
2879
  isLastUsedWidget: boolean;
@@ -2747,7 +2887,9 @@ declare const InteractiveGraph: {
2747
2887
  problemNum: number | null | undefined;
2748
2888
  apiOptions: Readonly<Readonly<{
2749
2889
  isArticle?: boolean | undefined;
2750
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
2890
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
2891
+ * The graph to display in the graph area.
2892
+ */
2751
2893
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
2752
2894
  showAlignmentOptions?: boolean | undefined;
2753
2895
  readOnly?: boolean | undefined;
@@ -2767,7 +2909,9 @@ declare const InteractiveGraph: {
2767
2909
  type: string;
2768
2910
  id: string;
2769
2911
  correct?: boolean | undefined;
2770
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
2912
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
2913
+ visible: number;
2914
+ }>) => void) | undefined;
2771
2915
  customKeypad?: boolean | undefined;
2772
2916
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
2773
2917
  isMobile?: boolean | undefined;
@@ -2824,7 +2968,8 @@ declare const InteractiveGraph: {
2824
2968
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2825
2969
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2826
2970
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
2827
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
2971
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
2972
+ reviewMode: boolean;
2828
2973
  onChange: import("@khanacademy/perseus").ChangeHandler;
2829
2974
  trackInteraction: (extraData?: Empty | undefined) => void;
2830
2975
  isLastUsedWidget: boolean;
@@ -2838,7 +2983,9 @@ declare const InteractiveGraph: {
2838
2983
  problemNum: number | null | undefined;
2839
2984
  apiOptions: Readonly<Readonly<{
2840
2985
  isArticle?: boolean | undefined;
2841
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
2986
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
2987
+ * The graph to display in the graph area.
2988
+ */
2842
2989
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
2843
2990
  showAlignmentOptions?: boolean | undefined;
2844
2991
  readOnly?: boolean | undefined;
@@ -2858,7 +3005,9 @@ declare const InteractiveGraph: {
2858
3005
  type: string;
2859
3006
  id: string;
2860
3007
  correct?: boolean | undefined;
2861
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
3008
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
3009
+ visible: number;
3010
+ }>) => void) | undefined;
2862
3011
  customKeypad?: boolean | undefined;
2863
3012
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
2864
3013
  isMobile?: boolean | undefined;
@@ -2915,7 +3064,8 @@ declare const InteractiveGraph: {
2915
3064
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2916
3065
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
2917
3066
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
2918
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
3067
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
3068
+ reviewMode: boolean;
2919
3069
  onChange: import("@khanacademy/perseus").ChangeHandler;
2920
3070
  trackInteraction: (extraData?: Empty | undefined) => void;
2921
3071
  isLastUsedWidget: boolean;
@@ -2936,7 +3086,9 @@ declare const InteractiveGraph: {
2936
3086
  problemNum: number | null | undefined;
2937
3087
  apiOptions: Readonly<Readonly<{
2938
3088
  isArticle?: boolean | undefined;
2939
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
3089
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
3090
+ * The graph to display in the graph area.
3091
+ */
2940
3092
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
2941
3093
  showAlignmentOptions?: boolean | undefined;
2942
3094
  readOnly?: boolean | undefined;
@@ -2956,7 +3108,9 @@ declare const InteractiveGraph: {
2956
3108
  type: string;
2957
3109
  id: string;
2958
3110
  correct?: boolean | undefined;
2959
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
3111
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
3112
+ visible: number;
3113
+ }>) => void) | undefined;
2960
3114
  customKeypad?: boolean | undefined;
2961
3115
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
2962
3116
  isMobile?: boolean | undefined;
@@ -3013,7 +3167,8 @@ declare const InteractiveGraph: {
3013
3167
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3014
3168
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3015
3169
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
3016
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
3170
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
3171
+ reviewMode: boolean;
3017
3172
  onChange: import("@khanacademy/perseus").ChangeHandler;
3018
3173
  trackInteraction: (extraData?: Empty | undefined) => void;
3019
3174
  isLastUsedWidget: boolean;
@@ -3032,7 +3187,9 @@ declare const InteractiveGraph: {
3032
3187
  problemNum: number | null | undefined;
3033
3188
  apiOptions: Readonly<Readonly<{
3034
3189
  isArticle?: boolean | undefined;
3035
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
3190
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
3191
+ * The graph to display in the graph area.
3192
+ */
3036
3193
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
3037
3194
  showAlignmentOptions?: boolean | undefined;
3038
3195
  readOnly?: boolean | undefined;
@@ -3052,7 +3209,9 @@ declare const InteractiveGraph: {
3052
3209
  type: string;
3053
3210
  id: string;
3054
3211
  correct?: boolean | undefined;
3055
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
3212
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
3213
+ visible: number;
3214
+ }>) => void) | undefined;
3056
3215
  customKeypad?: boolean | undefined;
3057
3216
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
3058
3217
  isMobile?: boolean | undefined;
@@ -3109,7 +3268,8 @@ declare const InteractiveGraph: {
3109
3268
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3110
3269
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3111
3270
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
3112
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
3271
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
3272
+ reviewMode: boolean;
3113
3273
  onChange: import("@khanacademy/perseus").ChangeHandler;
3114
3274
  trackInteraction: (extraData?: Empty | undefined) => void;
3115
3275
  isLastUsedWidget: boolean;
@@ -3125,7 +3285,9 @@ declare const InteractiveGraph: {
3125
3285
  problemNum: number | null | undefined;
3126
3286
  apiOptions: Readonly<Readonly<{
3127
3287
  isArticle?: boolean | undefined;
3128
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
3288
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
3289
+ * The graph to display in the graph area.
3290
+ */
3129
3291
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
3130
3292
  showAlignmentOptions?: boolean | undefined;
3131
3293
  readOnly?: boolean | undefined;
@@ -3145,7 +3307,9 @@ declare const InteractiveGraph: {
3145
3307
  type: string;
3146
3308
  id: string;
3147
3309
  correct?: boolean | undefined;
3148
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
3310
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
3311
+ visible: number;
3312
+ }>) => void) | undefined;
3149
3313
  customKeypad?: boolean | undefined;
3150
3314
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
3151
3315
  isMobile?: boolean | undefined;
@@ -3202,7 +3366,8 @@ declare const InteractiveGraph: {
3202
3366
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3203
3367
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3204
3368
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
3205
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
3369
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
3370
+ reviewMode: boolean;
3206
3371
  onChange: import("@khanacademy/perseus").ChangeHandler;
3207
3372
  trackInteraction: (extraData?: Empty | undefined) => void;
3208
3373
  isLastUsedWidget: boolean;
@@ -3216,7 +3381,9 @@ declare const InteractiveGraph: {
3216
3381
  problemNum: number | null | undefined;
3217
3382
  apiOptions: Readonly<Readonly<{
3218
3383
  isArticle?: boolean | undefined;
3219
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
3384
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
3385
+ * The graph to display in the graph area.
3386
+ */
3220
3387
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
3221
3388
  showAlignmentOptions?: boolean | undefined;
3222
3389
  readOnly?: boolean | undefined;
@@ -3236,7 +3403,9 @@ declare const InteractiveGraph: {
3236
3403
  type: string;
3237
3404
  id: string;
3238
3405
  correct?: boolean | undefined;
3239
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
3406
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
3407
+ visible: number;
3408
+ }>) => void) | undefined;
3240
3409
  customKeypad?: boolean | undefined;
3241
3410
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
3242
3411
  isMobile?: boolean | undefined;
@@ -3293,7 +3462,8 @@ declare const InteractiveGraph: {
3293
3462
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3294
3463
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3295
3464
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
3296
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
3465
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
3466
+ reviewMode: boolean;
3297
3467
  onChange: import("@khanacademy/perseus").ChangeHandler;
3298
3468
  trackInteraction: (extraData?: Empty | undefined) => void;
3299
3469
  isLastUsedWidget: boolean;
@@ -3309,7 +3479,9 @@ declare const InteractiveGraph: {
3309
3479
  problemNum: number | null | undefined;
3310
3480
  apiOptions: Readonly<Readonly<{
3311
3481
  isArticle?: boolean | undefined;
3312
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
3482
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
3483
+ * The graph to display in the graph area.
3484
+ */
3313
3485
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
3314
3486
  showAlignmentOptions?: boolean | undefined;
3315
3487
  readOnly?: boolean | undefined;
@@ -3329,7 +3501,9 @@ declare const InteractiveGraph: {
3329
3501
  type: string;
3330
3502
  id: string;
3331
3503
  correct?: boolean | undefined;
3332
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
3504
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
3505
+ visible: number;
3506
+ }>) => void) | undefined;
3333
3507
  customKeypad?: boolean | undefined;
3334
3508
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
3335
3509
  isMobile?: boolean | undefined;
@@ -3386,7 +3560,8 @@ declare const InteractiveGraph: {
3386
3560
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3387
3561
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3388
3562
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
3389
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
3563
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
3564
+ reviewMode: boolean;
3390
3565
  onChange: import("@khanacademy/perseus").ChangeHandler;
3391
3566
  trackInteraction: (extraData?: Empty | undefined) => void;
3392
3567
  isLastUsedWidget: boolean;
@@ -3400,7 +3575,9 @@ declare const InteractiveGraph: {
3400
3575
  problemNum: number | null | undefined;
3401
3576
  apiOptions: Readonly<Readonly<{
3402
3577
  isArticle?: boolean | undefined;
3403
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
3578
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
3579
+ * The graph to display in the graph area.
3580
+ */
3404
3581
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
3405
3582
  showAlignmentOptions?: boolean | undefined;
3406
3583
  readOnly?: boolean | undefined;
@@ -3420,7 +3597,9 @@ declare const InteractiveGraph: {
3420
3597
  type: string;
3421
3598
  id: string;
3422
3599
  correct?: boolean | undefined;
3423
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
3600
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
3601
+ visible: number;
3602
+ }>) => void) | undefined;
3424
3603
  customKeypad?: boolean | undefined;
3425
3604
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
3426
3605
  isMobile?: boolean | undefined;
@@ -3477,7 +3656,8 @@ declare const InteractiveGraph: {
3477
3656
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3478
3657
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3479
3658
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
3480
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
3659
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
3660
+ reviewMode: boolean;
3481
3661
  onChange: import("@khanacademy/perseus").ChangeHandler;
3482
3662
  trackInteraction: (extraData?: Empty | undefined) => void;
3483
3663
  isLastUsedWidget: boolean;
@@ -3491,7 +3671,9 @@ declare const InteractiveGraph: {
3491
3671
  problemNum: number | null | undefined;
3492
3672
  apiOptions: Readonly<Readonly<{
3493
3673
  isArticle?: boolean | undefined;
3494
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
3674
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
3675
+ * The graph to display in the graph area.
3676
+ */
3495
3677
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
3496
3678
  showAlignmentOptions?: boolean | undefined;
3497
3679
  readOnly?: boolean | undefined;
@@ -3511,7 +3693,9 @@ declare const InteractiveGraph: {
3511
3693
  type: string;
3512
3694
  id: string;
3513
3695
  correct?: boolean | undefined;
3514
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
3696
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
3697
+ visible: number;
3698
+ }>) => void) | undefined;
3515
3699
  customKeypad?: boolean | undefined;
3516
3700
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
3517
3701
  isMobile?: boolean | undefined;
@@ -3568,7 +3752,8 @@ declare const InteractiveGraph: {
3568
3752
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3569
3753
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3570
3754
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
3571
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
3755
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
3756
+ reviewMode: boolean;
3572
3757
  onChange: import("@khanacademy/perseus").ChangeHandler;
3573
3758
  trackInteraction: (extraData?: Empty | undefined) => void;
3574
3759
  isLastUsedWidget: boolean;
@@ -3582,7 +3767,9 @@ declare const InteractiveGraph: {
3582
3767
  problemNum: number | null | undefined;
3583
3768
  apiOptions: Readonly<Readonly<{
3584
3769
  isArticle?: boolean | undefined;
3585
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
3770
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
3771
+ * The graph to display in the graph area.
3772
+ */
3586
3773
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
3587
3774
  showAlignmentOptions?: boolean | undefined;
3588
3775
  readOnly?: boolean | undefined;
@@ -3602,7 +3789,9 @@ declare const InteractiveGraph: {
3602
3789
  type: string;
3603
3790
  id: string;
3604
3791
  correct?: boolean | undefined;
3605
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
3792
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
3793
+ visible: number;
3794
+ }>) => void) | undefined;
3606
3795
  customKeypad?: boolean | undefined;
3607
3796
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
3608
3797
  isMobile?: boolean | undefined;
@@ -3659,7 +3848,8 @@ declare const InteractiveGraph: {
3659
3848
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3660
3849
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3661
3850
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
3662
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
3851
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
3852
+ reviewMode: boolean;
3663
3853
  onChange: import("@khanacademy/perseus").ChangeHandler;
3664
3854
  trackInteraction: (extraData?: Empty | undefined) => void;
3665
3855
  isLastUsedWidget: boolean;
@@ -3684,7 +3874,9 @@ declare const InteractiveGraph: {
3684
3874
  problemNum: number | null | undefined;
3685
3875
  apiOptions: Readonly<Readonly<{
3686
3876
  isArticle?: boolean | undefined;
3687
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
3877
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
3878
+ * The graph to display in the graph area.
3879
+ */
3688
3880
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
3689
3881
  showAlignmentOptions?: boolean | undefined;
3690
3882
  readOnly?: boolean | undefined;
@@ -3704,7 +3896,9 @@ declare const InteractiveGraph: {
3704
3896
  type: string;
3705
3897
  id: string;
3706
3898
  correct?: boolean | undefined;
3707
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
3899
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
3900
+ visible: number;
3901
+ }>) => void) | undefined;
3708
3902
  customKeypad?: boolean | undefined;
3709
3903
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
3710
3904
  isMobile?: boolean | undefined;
@@ -3761,7 +3955,8 @@ declare const InteractiveGraph: {
3761
3955
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3762
3956
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3763
3957
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
3764
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
3958
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
3959
+ reviewMode: boolean;
3765
3960
  onChange: import("@khanacademy/perseus").ChangeHandler;
3766
3961
  trackInteraction: (extraData?: Empty | undefined) => void;
3767
3962
  isLastUsedWidget: boolean;
@@ -3775,7 +3970,9 @@ declare const InteractiveGraph: {
3775
3970
  problemNum: number | null | undefined;
3776
3971
  apiOptions: Readonly<Readonly<{
3777
3972
  isArticle?: boolean | undefined;
3778
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
3973
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
3974
+ * The graph to display in the graph area.
3975
+ */
3779
3976
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
3780
3977
  showAlignmentOptions?: boolean | undefined;
3781
3978
  readOnly?: boolean | undefined;
@@ -3795,7 +3992,9 @@ declare const InteractiveGraph: {
3795
3992
  type: string;
3796
3993
  id: string;
3797
3994
  correct?: boolean | undefined;
3798
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
3995
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
3996
+ visible: number;
3997
+ }>) => void) | undefined;
3799
3998
  customKeypad?: boolean | undefined;
3800
3999
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
3801
4000
  isMobile?: boolean | undefined;
@@ -3852,7 +4051,8 @@ declare const InteractiveGraph: {
3852
4051
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3853
4052
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3854
4053
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
3855
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
4054
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
4055
+ reviewMode: boolean;
3856
4056
  onChange: import("@khanacademy/perseus").ChangeHandler;
3857
4057
  trackInteraction: (extraData?: Empty | undefined) => void;
3858
4058
  isLastUsedWidget: boolean;
@@ -3866,7 +4066,9 @@ declare const InteractiveGraph: {
3866
4066
  problemNum: number | null | undefined;
3867
4067
  apiOptions: Readonly<Readonly<{
3868
4068
  isArticle?: boolean | undefined;
3869
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
4069
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
4070
+ * The graph to display in the graph area.
4071
+ */
3870
4072
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
3871
4073
  showAlignmentOptions?: boolean | undefined;
3872
4074
  readOnly?: boolean | undefined;
@@ -3886,7 +4088,9 @@ declare const InteractiveGraph: {
3886
4088
  type: string;
3887
4089
  id: string;
3888
4090
  correct?: boolean | undefined;
3889
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
4091
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
4092
+ visible: number;
4093
+ }>) => void) | undefined;
3890
4094
  customKeypad?: boolean | undefined;
3891
4095
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
3892
4096
  isMobile?: boolean | undefined;
@@ -3943,7 +4147,8 @@ declare const InteractiveGraph: {
3943
4147
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3944
4148
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
3945
4149
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
3946
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
4150
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
4151
+ reviewMode: boolean;
3947
4152
  onChange: import("@khanacademy/perseus").ChangeHandler;
3948
4153
  trackInteraction: (extraData?: Empty | undefined) => void;
3949
4154
  isLastUsedWidget: boolean;
@@ -3957,7 +4162,9 @@ declare const InteractiveGraph: {
3957
4162
  problemNum: number | null | undefined;
3958
4163
  apiOptions: Readonly<Readonly<{
3959
4164
  isArticle?: boolean | undefined;
3960
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
4165
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
4166
+ * The graph to display in the graph area.
4167
+ */
3961
4168
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
3962
4169
  showAlignmentOptions?: boolean | undefined;
3963
4170
  readOnly?: boolean | undefined;
@@ -3977,7 +4184,9 @@ declare const InteractiveGraph: {
3977
4184
  type: string;
3978
4185
  id: string;
3979
4186
  correct?: boolean | undefined;
3980
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
4187
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
4188
+ visible: number;
4189
+ }>) => void) | undefined;
3981
4190
  customKeypad?: boolean | undefined;
3982
4191
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
3983
4192
  isMobile?: boolean | undefined;
@@ -4034,7 +4243,8 @@ declare const InteractiveGraph: {
4034
4243
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4035
4244
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4036
4245
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
4037
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
4246
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
4247
+ reviewMode: boolean;
4038
4248
  onChange: import("@khanacademy/perseus").ChangeHandler;
4039
4249
  trackInteraction: (extraData?: Empty | undefined) => void;
4040
4250
  isLastUsedWidget: boolean;
@@ -4048,7 +4258,9 @@ declare const InteractiveGraph: {
4048
4258
  problemNum: number | null | undefined;
4049
4259
  apiOptions: Readonly<Readonly<{
4050
4260
  isArticle?: boolean | undefined;
4051
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
4261
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
4262
+ * The graph to display in the graph area.
4263
+ */
4052
4264
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
4053
4265
  showAlignmentOptions?: boolean | undefined;
4054
4266
  readOnly?: boolean | undefined;
@@ -4068,7 +4280,9 @@ declare const InteractiveGraph: {
4068
4280
  type: string;
4069
4281
  id: string;
4070
4282
  correct?: boolean | undefined;
4071
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
4283
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
4284
+ visible: number;
4285
+ }>) => void) | undefined;
4072
4286
  customKeypad?: boolean | undefined;
4073
4287
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
4074
4288
  isMobile?: boolean | undefined;
@@ -4125,7 +4339,8 @@ declare const InteractiveGraph: {
4125
4339
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4126
4340
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4127
4341
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
4128
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
4342
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
4343
+ reviewMode: boolean;
4129
4344
  onChange: import("@khanacademy/perseus").ChangeHandler;
4130
4345
  trackInteraction: (extraData?: Empty | undefined) => void;
4131
4346
  isLastUsedWidget: boolean;
@@ -4139,7 +4354,9 @@ declare const InteractiveGraph: {
4139
4354
  problemNum: number | null | undefined;
4140
4355
  apiOptions: Readonly<Readonly<{
4141
4356
  isArticle?: boolean | undefined;
4142
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
4357
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
4358
+ * The graph to display in the graph area.
4359
+ */
4143
4360
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
4144
4361
  showAlignmentOptions?: boolean | undefined;
4145
4362
  readOnly?: boolean | undefined;
@@ -4159,7 +4376,9 @@ declare const InteractiveGraph: {
4159
4376
  type: string;
4160
4377
  id: string;
4161
4378
  correct?: boolean | undefined;
4162
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
4379
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
4380
+ visible: number;
4381
+ }>) => void) | undefined;
4163
4382
  customKeypad?: boolean | undefined;
4164
4383
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
4165
4384
  isMobile?: boolean | undefined;
@@ -4216,7 +4435,8 @@ declare const InteractiveGraph: {
4216
4435
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4217
4436
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4218
4437
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
4219
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
4438
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
4439
+ reviewMode: boolean;
4220
4440
  onChange: import("@khanacademy/perseus").ChangeHandler;
4221
4441
  trackInteraction: (extraData?: Empty | undefined) => void;
4222
4442
  isLastUsedWidget: boolean;
@@ -4231,7 +4451,9 @@ declare const InteractiveGraph: {
4231
4451
  problemNum: number | null | undefined;
4232
4452
  apiOptions: Readonly<Readonly<{
4233
4453
  isArticle?: boolean | undefined;
4234
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
4454
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
4455
+ * The graph to display in the graph area.
4456
+ */
4235
4457
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
4236
4458
  showAlignmentOptions?: boolean | undefined;
4237
4459
  readOnly?: boolean | undefined;
@@ -4251,7 +4473,9 @@ declare const InteractiveGraph: {
4251
4473
  type: string;
4252
4474
  id: string;
4253
4475
  correct?: boolean | undefined;
4254
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
4476
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
4477
+ visible: number;
4478
+ }>) => void) | undefined;
4255
4479
  customKeypad?: boolean | undefined;
4256
4480
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
4257
4481
  isMobile?: boolean | undefined;
@@ -4308,7 +4532,8 @@ declare const InteractiveGraph: {
4308
4532
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4309
4533
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4310
4534
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
4311
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
4535
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
4536
+ reviewMode: boolean;
4312
4537
  onChange: import("@khanacademy/perseus").ChangeHandler;
4313
4538
  trackInteraction: (extraData?: Empty | undefined) => void;
4314
4539
  isLastUsedWidget: boolean;
@@ -4322,7 +4547,9 @@ declare const InteractiveGraph: {
4322
4547
  problemNum: number | null | undefined;
4323
4548
  apiOptions: Readonly<Readonly<{
4324
4549
  isArticle?: boolean | undefined;
4325
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
4550
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
4551
+ * The graph to display in the graph area.
4552
+ */
4326
4553
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
4327
4554
  showAlignmentOptions?: boolean | undefined;
4328
4555
  readOnly?: boolean | undefined;
@@ -4342,7 +4569,9 @@ declare const InteractiveGraph: {
4342
4569
  type: string;
4343
4570
  id: string;
4344
4571
  correct?: boolean | undefined;
4345
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
4572
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
4573
+ visible: number;
4574
+ }>) => void) | undefined;
4346
4575
  customKeypad?: boolean | undefined;
4347
4576
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
4348
4577
  isMobile?: boolean | undefined;
@@ -4399,7 +4628,8 @@ declare const InteractiveGraph: {
4399
4628
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4400
4629
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4401
4630
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
4402
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
4631
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
4632
+ reviewMode: boolean;
4403
4633
  onChange: import("@khanacademy/perseus").ChangeHandler;
4404
4634
  trackInteraction: (extraData?: Empty | undefined) => void;
4405
4635
  isLastUsedWidget: boolean;
@@ -4414,7 +4644,9 @@ declare const InteractiveGraph: {
4414
4644
  problemNum: number | null | undefined;
4415
4645
  apiOptions: Readonly<Readonly<{
4416
4646
  isArticle?: boolean | undefined;
4417
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
4647
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
4648
+ * The graph to display in the graph area.
4649
+ */
4418
4650
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
4419
4651
  showAlignmentOptions?: boolean | undefined;
4420
4652
  readOnly?: boolean | undefined;
@@ -4434,7 +4666,9 @@ declare const InteractiveGraph: {
4434
4666
  type: string;
4435
4667
  id: string;
4436
4668
  correct?: boolean | undefined;
4437
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
4669
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
4670
+ visible: number;
4671
+ }>) => void) | undefined;
4438
4672
  customKeypad?: boolean | undefined;
4439
4673
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
4440
4674
  isMobile?: boolean | undefined;
@@ -4491,7 +4725,8 @@ declare const InteractiveGraph: {
4491
4725
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4492
4726
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4493
4727
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
4494
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
4728
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
4729
+ reviewMode: boolean;
4495
4730
  onChange: import("@khanacademy/perseus").ChangeHandler;
4496
4731
  trackInteraction: (extraData?: Empty | undefined) => void;
4497
4732
  isLastUsedWidget: boolean;
@@ -4505,7 +4740,9 @@ declare const InteractiveGraph: {
4505
4740
  problemNum: number | null | undefined;
4506
4741
  apiOptions: Readonly<Readonly<{
4507
4742
  isArticle?: boolean | undefined;
4508
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
4743
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
4744
+ * The graph to display in the graph area.
4745
+ */
4509
4746
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
4510
4747
  showAlignmentOptions?: boolean | undefined;
4511
4748
  readOnly?: boolean | undefined;
@@ -4525,7 +4762,9 @@ declare const InteractiveGraph: {
4525
4762
  type: string;
4526
4763
  id: string;
4527
4764
  correct?: boolean | undefined;
4528
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
4765
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
4766
+ visible: number;
4767
+ }>) => void) | undefined;
4529
4768
  customKeypad?: boolean | undefined;
4530
4769
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
4531
4770
  isMobile?: boolean | undefined;
@@ -4582,7 +4821,8 @@ declare const InteractiveGraph: {
4582
4821
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4583
4822
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4584
4823
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
4585
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
4824
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
4825
+ reviewMode: boolean;
4586
4826
  onChange: import("@khanacademy/perseus").ChangeHandler;
4587
4827
  trackInteraction: (extraData?: Empty | undefined) => void;
4588
4828
  isLastUsedWidget: boolean;
@@ -4596,7 +4836,9 @@ declare const InteractiveGraph: {
4596
4836
  problemNum: number | null | undefined;
4597
4837
  apiOptions: Readonly<Readonly<{
4598
4838
  isArticle?: boolean | undefined;
4599
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
4839
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
4840
+ * The graph to display in the graph area.
4841
+ */
4600
4842
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
4601
4843
  showAlignmentOptions?: boolean | undefined;
4602
4844
  readOnly?: boolean | undefined;
@@ -4616,7 +4858,9 @@ declare const InteractiveGraph: {
4616
4858
  type: string;
4617
4859
  id: string;
4618
4860
  correct?: boolean | undefined;
4619
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
4861
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
4862
+ visible: number;
4863
+ }>) => void) | undefined;
4620
4864
  customKeypad?: boolean | undefined;
4621
4865
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
4622
4866
  isMobile?: boolean | undefined;
@@ -4673,7 +4917,8 @@ declare const InteractiveGraph: {
4673
4917
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4674
4918
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4675
4919
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
4676
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
4920
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
4921
+ reviewMode: boolean;
4677
4922
  onChange: import("@khanacademy/perseus").ChangeHandler;
4678
4923
  trackInteraction: (extraData?: Empty | undefined) => void;
4679
4924
  isLastUsedWidget: boolean;
@@ -4687,7 +4932,9 @@ declare const InteractiveGraph: {
4687
4932
  problemNum: number | null | undefined;
4688
4933
  apiOptions: Readonly<Readonly<{
4689
4934
  isArticle?: boolean | undefined;
4690
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
4935
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
4936
+ * The graph to display in the graph area.
4937
+ */
4691
4938
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
4692
4939
  showAlignmentOptions?: boolean | undefined;
4693
4940
  readOnly?: boolean | undefined;
@@ -4707,7 +4954,9 @@ declare const InteractiveGraph: {
4707
4954
  type: string;
4708
4955
  id: string;
4709
4956
  correct?: boolean | undefined;
4710
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
4957
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
4958
+ visible: number;
4959
+ }>) => void) | undefined;
4711
4960
  customKeypad?: boolean | undefined;
4712
4961
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
4713
4962
  isMobile?: boolean | undefined;
@@ -4764,7 +5013,8 @@ declare const InteractiveGraph: {
4764
5013
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4765
5014
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4766
5015
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
4767
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
5016
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
5017
+ reviewMode: boolean;
4768
5018
  onChange: import("@khanacademy/perseus").ChangeHandler;
4769
5019
  trackInteraction: (extraData?: Empty | undefined) => void;
4770
5020
  isLastUsedWidget: boolean;
@@ -4778,7 +5028,9 @@ declare const InteractiveGraph: {
4778
5028
  problemNum: number | null | undefined;
4779
5029
  apiOptions: Readonly<Readonly<{
4780
5030
  isArticle?: boolean | undefined;
4781
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
5031
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
5032
+ * The graph to display in the graph area.
5033
+ */
4782
5034
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
4783
5035
  showAlignmentOptions?: boolean | undefined;
4784
5036
  readOnly?: boolean | undefined;
@@ -4798,7 +5050,9 @@ declare const InteractiveGraph: {
4798
5050
  type: string;
4799
5051
  id: string;
4800
5052
  correct?: boolean | undefined;
4801
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
5053
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
5054
+ visible: number;
5055
+ }>) => void) | undefined;
4802
5056
  customKeypad?: boolean | undefined;
4803
5057
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
4804
5058
  isMobile?: boolean | undefined;
@@ -4855,7 +5109,8 @@ declare const InteractiveGraph: {
4855
5109
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4856
5110
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4857
5111
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
4858
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
5112
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
5113
+ reviewMode: boolean;
4859
5114
  onChange: import("@khanacademy/perseus").ChangeHandler;
4860
5115
  trackInteraction: (extraData?: Empty | undefined) => void;
4861
5116
  isLastUsedWidget: boolean;
@@ -4869,7 +5124,9 @@ declare const InteractiveGraph: {
4869
5124
  problemNum: number | null | undefined;
4870
5125
  apiOptions: Readonly<Readonly<{
4871
5126
  isArticle?: boolean | undefined;
4872
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
5127
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
5128
+ * The graph to display in the graph area.
5129
+ */
4873
5130
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
4874
5131
  showAlignmentOptions?: boolean | undefined;
4875
5132
  readOnly?: boolean | undefined;
@@ -4889,7 +5146,9 @@ declare const InteractiveGraph: {
4889
5146
  type: string;
4890
5147
  id: string;
4891
5148
  correct?: boolean | undefined;
4892
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
5149
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
5150
+ visible: number;
5151
+ }>) => void) | undefined;
4893
5152
  customKeypad?: boolean | undefined;
4894
5153
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
4895
5154
  isMobile?: boolean | undefined;
@@ -4946,7 +5205,8 @@ declare const InteractiveGraph: {
4946
5205
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4947
5206
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
4948
5207
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
4949
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
5208
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
5209
+ reviewMode: boolean;
4950
5210
  onChange: import("@khanacademy/perseus").ChangeHandler;
4951
5211
  trackInteraction: (extraData?: Empty | undefined) => void;
4952
5212
  isLastUsedWidget: boolean;
@@ -4960,7 +5220,9 @@ declare const InteractiveGraph: {
4960
5220
  problemNum: number | null | undefined;
4961
5221
  apiOptions: Readonly<Readonly<{
4962
5222
  isArticle?: boolean | undefined;
4963
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
5223
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
5224
+ * The graph to display in the graph area.
5225
+ */
4964
5226
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
4965
5227
  showAlignmentOptions?: boolean | undefined;
4966
5228
  readOnly?: boolean | undefined;
@@ -4980,7 +5242,9 @@ declare const InteractiveGraph: {
4980
5242
  type: string;
4981
5243
  id: string;
4982
5244
  correct?: boolean | undefined;
4983
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
5245
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
5246
+ visible: number;
5247
+ }>) => void) | undefined;
4984
5248
  customKeypad?: boolean | undefined;
4985
5249
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
4986
5250
  isMobile?: boolean | undefined;
@@ -5037,7 +5301,8 @@ declare const InteractiveGraph: {
5037
5301
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5038
5302
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5039
5303
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
5040
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
5304
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
5305
+ reviewMode: boolean;
5041
5306
  onChange: import("@khanacademy/perseus").ChangeHandler;
5042
5307
  trackInteraction: (extraData?: Empty | undefined) => void;
5043
5308
  isLastUsedWidget: boolean;
@@ -5051,7 +5316,9 @@ declare const InteractiveGraph: {
5051
5316
  problemNum: number | null | undefined;
5052
5317
  apiOptions: Readonly<Readonly<{
5053
5318
  isArticle?: boolean | undefined;
5054
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
5319
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
5320
+ * The graph to display in the graph area.
5321
+ */
5055
5322
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
5056
5323
  showAlignmentOptions?: boolean | undefined;
5057
5324
  readOnly?: boolean | undefined;
@@ -5071,7 +5338,9 @@ declare const InteractiveGraph: {
5071
5338
  type: string;
5072
5339
  id: string;
5073
5340
  correct?: boolean | undefined;
5074
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
5341
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
5342
+ visible: number;
5343
+ }>) => void) | undefined;
5075
5344
  customKeypad?: boolean | undefined;
5076
5345
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
5077
5346
  isMobile?: boolean | undefined;
@@ -5128,7 +5397,8 @@ declare const InteractiveGraph: {
5128
5397
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5129
5398
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5130
5399
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
5131
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
5400
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
5401
+ reviewMode: boolean;
5132
5402
  onChange: import("@khanacademy/perseus").ChangeHandler;
5133
5403
  trackInteraction: (extraData?: Empty | undefined) => void;
5134
5404
  isLastUsedWidget: boolean;
@@ -5142,7 +5412,9 @@ declare const InteractiveGraph: {
5142
5412
  problemNum: number | null | undefined;
5143
5413
  apiOptions: Readonly<Readonly<{
5144
5414
  isArticle?: boolean | undefined;
5145
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
5415
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
5416
+ * The graph to display in the graph area.
5417
+ */
5146
5418
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
5147
5419
  showAlignmentOptions?: boolean | undefined;
5148
5420
  readOnly?: boolean | undefined;
@@ -5162,7 +5434,9 @@ declare const InteractiveGraph: {
5162
5434
  type: string;
5163
5435
  id: string;
5164
5436
  correct?: boolean | undefined;
5165
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
5437
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
5438
+ visible: number;
5439
+ }>) => void) | undefined;
5166
5440
  customKeypad?: boolean | undefined;
5167
5441
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
5168
5442
  isMobile?: boolean | undefined;
@@ -5219,7 +5493,8 @@ declare const InteractiveGraph: {
5219
5493
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5220
5494
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5221
5495
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
5222
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
5496
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
5497
+ reviewMode: boolean;
5223
5498
  onChange: import("@khanacademy/perseus").ChangeHandler;
5224
5499
  trackInteraction: (extraData?: Empty | undefined) => void;
5225
5500
  isLastUsedWidget: boolean;
@@ -5233,7 +5508,9 @@ declare const InteractiveGraph: {
5233
5508
  problemNum: number | null | undefined;
5234
5509
  apiOptions: Readonly<Readonly<{
5235
5510
  isArticle?: boolean | undefined;
5236
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
5511
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
5512
+ * The graph to display in the graph area.
5513
+ */
5237
5514
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
5238
5515
  showAlignmentOptions?: boolean | undefined;
5239
5516
  readOnly?: boolean | undefined;
@@ -5253,7 +5530,9 @@ declare const InteractiveGraph: {
5253
5530
  type: string;
5254
5531
  id: string;
5255
5532
  correct?: boolean | undefined;
5256
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
5533
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
5534
+ visible: number;
5535
+ }>) => void) | undefined;
5257
5536
  customKeypad?: boolean | undefined;
5258
5537
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
5259
5538
  isMobile?: boolean | undefined;
@@ -5310,7 +5589,8 @@ declare const InteractiveGraph: {
5310
5589
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5311
5590
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5312
5591
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
5313
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
5592
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
5593
+ reviewMode: boolean;
5314
5594
  onChange: import("@khanacademy/perseus").ChangeHandler;
5315
5595
  trackInteraction: (extraData?: Empty | undefined) => void;
5316
5596
  isLastUsedWidget: boolean;
@@ -5324,7 +5604,9 @@ declare const InteractiveGraph: {
5324
5604
  problemNum: number | null | undefined;
5325
5605
  apiOptions: Readonly<Readonly<{
5326
5606
  isArticle?: boolean | undefined;
5327
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
5607
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
5608
+ * The graph to display in the graph area.
5609
+ */
5328
5610
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
5329
5611
  showAlignmentOptions?: boolean | undefined;
5330
5612
  readOnly?: boolean | undefined;
@@ -5344,7 +5626,9 @@ declare const InteractiveGraph: {
5344
5626
  type: string;
5345
5627
  id: string;
5346
5628
  correct?: boolean | undefined;
5347
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
5629
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
5630
+ visible: number;
5631
+ }>) => void) | undefined;
5348
5632
  customKeypad?: boolean | undefined;
5349
5633
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
5350
5634
  isMobile?: boolean | undefined;
@@ -5401,7 +5685,8 @@ declare const InteractiveGraph: {
5401
5685
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5402
5686
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5403
5687
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
5404
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
5688
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
5689
+ reviewMode: boolean;
5405
5690
  onChange: import("@khanacademy/perseus").ChangeHandler;
5406
5691
  trackInteraction: (extraData?: Empty | undefined) => void;
5407
5692
  isLastUsedWidget: boolean;
@@ -5415,7 +5700,9 @@ declare const InteractiveGraph: {
5415
5700
  problemNum: number | null | undefined;
5416
5701
  apiOptions: Readonly<Readonly<{
5417
5702
  isArticle?: boolean | undefined;
5418
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
5703
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
5704
+ * The graph to display in the graph area.
5705
+ */
5419
5706
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
5420
5707
  showAlignmentOptions?: boolean | undefined;
5421
5708
  readOnly?: boolean | undefined;
@@ -5435,7 +5722,9 @@ declare const InteractiveGraph: {
5435
5722
  type: string;
5436
5723
  id: string;
5437
5724
  correct?: boolean | undefined;
5438
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
5725
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
5726
+ visible: number;
5727
+ }>) => void) | undefined;
5439
5728
  customKeypad?: boolean | undefined;
5440
5729
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
5441
5730
  isMobile?: boolean | undefined;
@@ -5492,7 +5781,8 @@ declare const InteractiveGraph: {
5492
5781
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5493
5782
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5494
5783
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
5495
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
5784
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
5785
+ reviewMode: boolean;
5496
5786
  onChange: import("@khanacademy/perseus").ChangeHandler;
5497
5787
  trackInteraction: (extraData?: Empty | undefined) => void;
5498
5788
  isLastUsedWidget: boolean;
@@ -5506,7 +5796,9 @@ declare const InteractiveGraph: {
5506
5796
  problemNum: number | null | undefined;
5507
5797
  apiOptions: Readonly<Readonly<{
5508
5798
  isArticle?: boolean | undefined;
5509
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
5799
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
5800
+ * The graph to display in the graph area.
5801
+ */
5510
5802
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
5511
5803
  showAlignmentOptions?: boolean | undefined;
5512
5804
  readOnly?: boolean | undefined;
@@ -5526,7 +5818,9 @@ declare const InteractiveGraph: {
5526
5818
  type: string;
5527
5819
  id: string;
5528
5820
  correct?: boolean | undefined;
5529
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
5821
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
5822
+ visible: number;
5823
+ }>) => void) | undefined;
5530
5824
  customKeypad?: boolean | undefined;
5531
5825
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
5532
5826
  isMobile?: boolean | undefined;
@@ -5583,7 +5877,8 @@ declare const InteractiveGraph: {
5583
5877
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5584
5878
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5585
5879
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
5586
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
5880
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
5881
+ reviewMode: boolean;
5587
5882
  onChange: import("@khanacademy/perseus").ChangeHandler;
5588
5883
  trackInteraction: (extraData?: Empty | undefined) => void;
5589
5884
  isLastUsedWidget: boolean;
@@ -5597,7 +5892,9 @@ declare const InteractiveGraph: {
5597
5892
  problemNum: number | null | undefined;
5598
5893
  apiOptions: Readonly<Readonly<{
5599
5894
  isArticle?: boolean | undefined;
5600
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
5895
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
5896
+ * The graph to display in the graph area.
5897
+ */
5601
5898
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
5602
5899
  showAlignmentOptions?: boolean | undefined;
5603
5900
  readOnly?: boolean | undefined;
@@ -5617,7 +5914,9 @@ declare const InteractiveGraph: {
5617
5914
  type: string;
5618
5915
  id: string;
5619
5916
  correct?: boolean | undefined;
5620
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
5917
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
5918
+ visible: number;
5919
+ }>) => void) | undefined;
5621
5920
  customKeypad?: boolean | undefined;
5622
5921
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
5623
5922
  isMobile?: boolean | undefined;
@@ -5674,7 +5973,8 @@ declare const InteractiveGraph: {
5674
5973
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5675
5974
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5676
5975
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
5677
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
5976
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
5977
+ reviewMode: boolean;
5678
5978
  onChange: import("@khanacademy/perseus").ChangeHandler;
5679
5979
  trackInteraction: (extraData?: Empty | undefined) => void;
5680
5980
  isLastUsedWidget: boolean;
@@ -5688,7 +5988,9 @@ declare const InteractiveGraph: {
5688
5988
  problemNum: number | null | undefined;
5689
5989
  apiOptions: Readonly<Readonly<{
5690
5990
  isArticle?: boolean | undefined;
5691
- onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined;
5991
+ onFocusChange?: ((newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number | undefined, focusedElement?: HTMLElement | undefined) => unknown) | undefined; /**
5992
+ * The graph to display in the graph area.
5993
+ */
5692
5994
  GroupMetadataEditor?: React.ComponentType<any> | undefined;
5693
5995
  showAlignmentOptions?: boolean | undefined;
5694
5996
  readOnly?: boolean | undefined;
@@ -5708,7 +6010,9 @@ declare const InteractiveGraph: {
5708
6010
  type: string;
5709
6011
  id: string;
5710
6012
  correct?: boolean | undefined;
5711
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<import("../../../../perseus/src/types").TrackingSequenceExtraArguments>) => void) | undefined;
6013
+ } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
6014
+ visible: number;
6015
+ }>) => void) | undefined;
5712
6016
  customKeypad?: boolean | undefined;
5713
6017
  nativeKeypadProxy?: ((blur: () => void) => import("@khanacademy/math-input").KeypadAPI) | undefined;
5714
6018
  isMobile?: boolean | undefined;
@@ -5765,7 +6069,8 @@ declare const InteractiveGraph: {
5765
6069
  onFocus: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5766
6070
  onBlur: (blurPath: import("@khanacademy/perseus").FocusPath) => void;
5767
6071
  findWidgets: (criterion: import("../../../../perseus/src/types").FilterCriterion) => readonly import("../../../../perseus/src/types").Widget[];
5768
- reviewModeRubric: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric;
6072
+ reviewModeRubric?: import("../../../../perseus/src/validation.types").PerseusInteractiveGraphRubric | null | undefined;
6073
+ reviewMode: boolean;
5769
6074
  onChange: import("@khanacademy/perseus").ChangeHandler;
5770
6075
  trackInteraction: (extraData?: Empty | undefined) => void;
5771
6076
  isLastUsedWidget: boolean;