@xyo-network/react-app-settings 2.26.45 → 2.26.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/docs.json +2362 -2
  2. package/package.json +3 -3
package/dist/docs.json CHANGED
@@ -5,12 +5,2372 @@
5
5
  "kindString": "Project",
6
6
  "flags": {},
7
7
  "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 30,
11
+ "name": "AppSettingSlug",
12
+ "kind": 8,
13
+ "kindString": "Enumeration",
14
+ "flags": {},
15
+ "children": [
16
+ {
17
+ "id": 31,
18
+ "name": "DarkMode",
19
+ "kind": 16,
20
+ "kindString": "Enumeration Member",
21
+ "flags": {},
22
+ "sources": [
23
+ {
24
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Slug.ts",
25
+ "line": 2,
26
+ "character": 2,
27
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Slug.ts#L2"
28
+ }
29
+ ],
30
+ "type": {
31
+ "type": "literal",
32
+ "value": "darkmode"
33
+ }
34
+ },
35
+ {
36
+ "id": 32,
37
+ "name": "Developer",
38
+ "kind": 16,
39
+ "kindString": "Enumeration Member",
40
+ "flags": {},
41
+ "sources": [
42
+ {
43
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Slug.ts",
44
+ "line": 3,
45
+ "character": 2,
46
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Slug.ts#L3"
47
+ }
48
+ ],
49
+ "type": {
50
+ "type": "literal",
51
+ "value": "developer"
52
+ }
53
+ },
54
+ {
55
+ "id": 33,
56
+ "name": "NavigationType",
57
+ "kind": 16,
58
+ "kindString": "Enumeration Member",
59
+ "flags": {},
60
+ "sources": [
61
+ {
62
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Slug.ts",
63
+ "line": 4,
64
+ "character": 2,
65
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Slug.ts#L4"
66
+ }
67
+ ],
68
+ "type": {
69
+ "type": "literal",
70
+ "value": "navgiationType"
71
+ }
72
+ }
73
+ ],
74
+ "groups": [
75
+ {
76
+ "title": "Enumeration Members",
77
+ "children": [
78
+ 31,
79
+ 32,
80
+ 33
81
+ ]
82
+ }
83
+ ],
84
+ "sources": [
85
+ {
86
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Slug.ts",
87
+ "line": 1,
88
+ "character": 12,
89
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Slug.ts#L1"
90
+ }
91
+ ]
92
+ },
93
+ {
94
+ "id": 34,
95
+ "name": "AppSettingsStorage",
96
+ "kind": 128,
97
+ "kindString": "Class",
98
+ "flags": {},
99
+ "children": [
100
+ {
101
+ "id": 35,
102
+ "name": "constructor",
103
+ "kind": 512,
104
+ "kindString": "Constructor",
105
+ "flags": {},
106
+ "sources": [
107
+ {
108
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Storage.ts",
109
+ "line": 7,
110
+ "character": 2,
111
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Storage.ts#L7"
112
+ }
113
+ ],
114
+ "signatures": [
115
+ {
116
+ "id": 36,
117
+ "name": "new AppSettingsStorage",
118
+ "kind": 16384,
119
+ "kindString": "Constructor signature",
120
+ "flags": {},
121
+ "parameters": [
122
+ {
123
+ "id": 37,
124
+ "name": "prefix",
125
+ "kind": 32768,
126
+ "kindString": "Parameter",
127
+ "flags": {},
128
+ "type": {
129
+ "type": "intrinsic",
130
+ "name": "string"
131
+ },
132
+ "defaultValue": "'AppSettings'"
133
+ },
134
+ {
135
+ "id": 38,
136
+ "name": "defaults",
137
+ "kind": 32768,
138
+ "kindString": "Parameter",
139
+ "flags": {
140
+ "isOptional": true
141
+ },
142
+ "type": {
143
+ "type": "reference",
144
+ "typeArguments": [
145
+ {
146
+ "type": "intrinsic",
147
+ "name": "string"
148
+ },
149
+ {
150
+ "type": "intrinsic",
151
+ "name": "unknown"
152
+ }
153
+ ],
154
+ "name": "Record",
155
+ "qualifiedName": "Record",
156
+ "package": "typescript"
157
+ }
158
+ }
159
+ ],
160
+ "type": {
161
+ "type": "reference",
162
+ "id": 34,
163
+ "name": "AppSettingsStorage"
164
+ },
165
+ "overwrites": {
166
+ "type": "reference",
167
+ "id": 90,
168
+ "name": "AppSettingsStorageBase.constructor"
169
+ }
170
+ }
171
+ ],
172
+ "overwrites": {
173
+ "type": "reference",
174
+ "id": 89,
175
+ "name": "AppSettingsStorageBase.constructor"
176
+ }
177
+ },
178
+ {
179
+ "id": 39,
180
+ "name": "darkMode",
181
+ "kind": 262144,
182
+ "kindString": "Accessor",
183
+ "flags": {},
184
+ "sources": [
185
+ {
186
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Storage.ts",
187
+ "line": 11,
188
+ "character": 6,
189
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Storage.ts#L11"
190
+ },
191
+ {
192
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Storage.ts",
193
+ "line": 15,
194
+ "character": 6,
195
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Storage.ts#L15"
196
+ }
197
+ ],
198
+ "getSignature": {
199
+ "id": 40,
200
+ "name": "darkMode",
201
+ "kind": 524288,
202
+ "kindString": "Get signature",
203
+ "flags": {},
204
+ "type": {
205
+ "type": "intrinsic",
206
+ "name": "boolean"
207
+ }
208
+ },
209
+ "setSignature": {
210
+ "id": 41,
211
+ "name": "darkMode",
212
+ "kind": 1048576,
213
+ "kindString": "Set signature",
214
+ "flags": {},
215
+ "parameters": [
216
+ {
217
+ "id": 42,
218
+ "name": "value",
219
+ "kind": 32768,
220
+ "kindString": "Parameter",
221
+ "flags": {},
222
+ "type": {
223
+ "type": "intrinsic",
224
+ "name": "boolean"
225
+ }
226
+ }
227
+ ],
228
+ "type": {
229
+ "type": "intrinsic",
230
+ "name": "void"
231
+ }
232
+ }
233
+ },
234
+ {
235
+ "id": 43,
236
+ "name": "developerMode",
237
+ "kind": 262144,
238
+ "kindString": "Accessor",
239
+ "flags": {},
240
+ "sources": [
241
+ {
242
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Storage.ts",
243
+ "line": 19,
244
+ "character": 6,
245
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Storage.ts#L19"
246
+ },
247
+ {
248
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Storage.ts",
249
+ "line": 23,
250
+ "character": 6,
251
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Storage.ts#L23"
252
+ }
253
+ ],
254
+ "getSignature": {
255
+ "id": 44,
256
+ "name": "developerMode",
257
+ "kind": 524288,
258
+ "kindString": "Get signature",
259
+ "flags": {},
260
+ "type": {
261
+ "type": "intrinsic",
262
+ "name": "boolean"
263
+ }
264
+ },
265
+ "setSignature": {
266
+ "id": 45,
267
+ "name": "developerMode",
268
+ "kind": 1048576,
269
+ "kindString": "Set signature",
270
+ "flags": {},
271
+ "parameters": [
272
+ {
273
+ "id": 46,
274
+ "name": "value",
275
+ "kind": 32768,
276
+ "kindString": "Parameter",
277
+ "flags": {},
278
+ "type": {
279
+ "type": "intrinsic",
280
+ "name": "boolean"
281
+ }
282
+ }
283
+ ],
284
+ "type": {
285
+ "type": "intrinsic",
286
+ "name": "void"
287
+ }
288
+ }
289
+ },
290
+ {
291
+ "id": 47,
292
+ "name": "navigationType",
293
+ "kind": 262144,
294
+ "kindString": "Accessor",
295
+ "flags": {},
296
+ "sources": [
297
+ {
298
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Storage.ts",
299
+ "line": 27,
300
+ "character": 6,
301
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Storage.ts#L27"
302
+ },
303
+ {
304
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Storage.ts",
305
+ "line": 31,
306
+ "character": 6,
307
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Storage.ts#L31"
308
+ }
309
+ ],
310
+ "getSignature": {
311
+ "id": 48,
312
+ "name": "navigationType",
313
+ "kind": 524288,
314
+ "kindString": "Get signature",
315
+ "flags": {},
316
+ "type": {
317
+ "type": "reference",
318
+ "id": 134,
319
+ "name": "WebAppNavigationType"
320
+ }
321
+ },
322
+ "setSignature": {
323
+ "id": 49,
324
+ "name": "navigationType",
325
+ "kind": 1048576,
326
+ "kindString": "Set signature",
327
+ "flags": {},
328
+ "parameters": [
329
+ {
330
+ "id": 50,
331
+ "name": "value",
332
+ "kind": 32768,
333
+ "kindString": "Parameter",
334
+ "flags": {},
335
+ "type": {
336
+ "type": "reference",
337
+ "id": 134,
338
+ "name": "WebAppNavigationType"
339
+ }
340
+ }
341
+ ],
342
+ "type": {
343
+ "type": "intrinsic",
344
+ "name": "void"
345
+ }
346
+ }
347
+ },
348
+ {
349
+ "id": 51,
350
+ "name": "getBoolean",
351
+ "kind": 2048,
352
+ "kindString": "Method",
353
+ "flags": {
354
+ "isPublic": true
355
+ },
356
+ "sources": [
357
+ {
358
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
359
+ "line": 12,
360
+ "character": 9,
361
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L12"
362
+ }
363
+ ],
364
+ "signatures": [
365
+ {
366
+ "id": 52,
367
+ "name": "getBoolean",
368
+ "kind": 4096,
369
+ "kindString": "Call signature",
370
+ "flags": {},
371
+ "parameters": [
372
+ {
373
+ "id": 53,
374
+ "name": "name",
375
+ "kind": 32768,
376
+ "kindString": "Parameter",
377
+ "flags": {},
378
+ "type": {
379
+ "type": "intrinsic",
380
+ "name": "string"
381
+ }
382
+ }
383
+ ],
384
+ "type": {
385
+ "type": "intrinsic",
386
+ "name": "boolean"
387
+ },
388
+ "inheritedFrom": {
389
+ "type": "reference",
390
+ "id": 96,
391
+ "name": "AppSettingsStorageBase.getBoolean"
392
+ }
393
+ }
394
+ ],
395
+ "inheritedFrom": {
396
+ "type": "reference",
397
+ "id": 95,
398
+ "name": "AppSettingsStorageBase.getBoolean"
399
+ }
400
+ },
401
+ {
402
+ "id": 62,
403
+ "name": "getNumber",
404
+ "kind": 2048,
405
+ "kindString": "Method",
406
+ "flags": {
407
+ "isPublic": true
408
+ },
409
+ "sources": [
410
+ {
411
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
412
+ "line": 31,
413
+ "character": 9,
414
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L31"
415
+ }
416
+ ],
417
+ "signatures": [
418
+ {
419
+ "id": 63,
420
+ "name": "getNumber",
421
+ "kind": 4096,
422
+ "kindString": "Call signature",
423
+ "flags": {},
424
+ "parameters": [
425
+ {
426
+ "id": 64,
427
+ "name": "name",
428
+ "kind": 32768,
429
+ "kindString": "Parameter",
430
+ "flags": {},
431
+ "type": {
432
+ "type": "intrinsic",
433
+ "name": "string"
434
+ }
435
+ }
436
+ ],
437
+ "type": {
438
+ "type": "intrinsic",
439
+ "name": "number"
440
+ },
441
+ "inheritedFrom": {
442
+ "type": "reference",
443
+ "id": 107,
444
+ "name": "AppSettingsStorageBase.getNumber"
445
+ }
446
+ }
447
+ ],
448
+ "inheritedFrom": {
449
+ "type": "reference",
450
+ "id": 106,
451
+ "name": "AppSettingsStorageBase.getNumber"
452
+ }
453
+ },
454
+ {
455
+ "id": 79,
456
+ "name": "getObject",
457
+ "kind": 2048,
458
+ "kindString": "Method",
459
+ "flags": {
460
+ "isPublic": true
461
+ },
462
+ "sources": [
463
+ {
464
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
465
+ "line": 72,
466
+ "character": 9,
467
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L72"
468
+ }
469
+ ],
470
+ "signatures": [
471
+ {
472
+ "id": 80,
473
+ "name": "getObject",
474
+ "kind": 4096,
475
+ "kindString": "Call signature",
476
+ "flags": {},
477
+ "typeParameter": [
478
+ {
479
+ "id": 81,
480
+ "name": "T",
481
+ "kind": 131072,
482
+ "kindString": "Type parameter",
483
+ "flags": {}
484
+ }
485
+ ],
486
+ "parameters": [
487
+ {
488
+ "id": 82,
489
+ "name": "name",
490
+ "kind": 32768,
491
+ "kindString": "Parameter",
492
+ "flags": {},
493
+ "type": {
494
+ "type": "intrinsic",
495
+ "name": "string"
496
+ }
497
+ }
498
+ ],
499
+ "type": {
500
+ "type": "reference",
501
+ "id": 81,
502
+ "name": "T"
503
+ },
504
+ "inheritedFrom": {
505
+ "type": "reference",
506
+ "id": 124,
507
+ "name": "AppSettingsStorageBase.getObject"
508
+ }
509
+ }
510
+ ],
511
+ "inheritedFrom": {
512
+ "type": "reference",
513
+ "id": 123,
514
+ "name": "AppSettingsStorageBase.getObject"
515
+ }
516
+ },
517
+ {
518
+ "id": 65,
519
+ "name": "getString",
520
+ "kind": 2048,
521
+ "kindString": "Method",
522
+ "flags": {
523
+ "isPublic": true
524
+ },
525
+ "sources": [
526
+ {
527
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
528
+ "line": 42,
529
+ "character": 9,
530
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L42"
531
+ }
532
+ ],
533
+ "signatures": [
534
+ {
535
+ "id": 66,
536
+ "name": "getString",
537
+ "kind": 4096,
538
+ "kindString": "Call signature",
539
+ "flags": {},
540
+ "parameters": [
541
+ {
542
+ "id": 67,
543
+ "name": "name",
544
+ "kind": 32768,
545
+ "kindString": "Parameter",
546
+ "flags": {},
547
+ "type": {
548
+ "type": "intrinsic",
549
+ "name": "string"
550
+ }
551
+ }
552
+ ],
553
+ "type": {
554
+ "type": "intrinsic",
555
+ "name": "string"
556
+ },
557
+ "inheritedFrom": {
558
+ "type": "reference",
559
+ "id": 110,
560
+ "name": "AppSettingsStorageBase.getString"
561
+ }
562
+ }
563
+ ],
564
+ "inheritedFrom": {
565
+ "type": "reference",
566
+ "id": 109,
567
+ "name": "AppSettingsStorageBase.getString"
568
+ }
569
+ },
570
+ {
571
+ "id": 72,
572
+ "name": "getStringArray",
573
+ "kind": 2048,
574
+ "kindString": "Method",
575
+ "flags": {
576
+ "isPublic": true
577
+ },
578
+ "sources": [
579
+ {
580
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
581
+ "line": 57,
582
+ "character": 9,
583
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L57"
584
+ }
585
+ ],
586
+ "signatures": [
587
+ {
588
+ "id": 73,
589
+ "name": "getStringArray",
590
+ "kind": 4096,
591
+ "kindString": "Call signature",
592
+ "flags": {},
593
+ "parameters": [
594
+ {
595
+ "id": 74,
596
+ "name": "name",
597
+ "kind": 32768,
598
+ "kindString": "Parameter",
599
+ "flags": {},
600
+ "type": {
601
+ "type": "intrinsic",
602
+ "name": "string"
603
+ }
604
+ }
605
+ ],
606
+ "type": {
607
+ "type": "array",
608
+ "elementType": {
609
+ "type": "intrinsic",
610
+ "name": "string"
611
+ }
612
+ },
613
+ "inheritedFrom": {
614
+ "type": "reference",
615
+ "id": 117,
616
+ "name": "AppSettingsStorageBase.getStringArray"
617
+ }
618
+ }
619
+ ],
620
+ "inheritedFrom": {
621
+ "type": "reference",
622
+ "id": 116,
623
+ "name": "AppSettingsStorageBase.getStringArray"
624
+ }
625
+ },
626
+ {
627
+ "id": 54,
628
+ "name": "setBoolean",
629
+ "kind": 2048,
630
+ "kindString": "Method",
631
+ "flags": {
632
+ "isPublic": true
633
+ },
634
+ "sources": [
635
+ {
636
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
637
+ "line": 23,
638
+ "character": 9,
639
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L23"
640
+ }
641
+ ],
642
+ "signatures": [
643
+ {
644
+ "id": 55,
645
+ "name": "setBoolean",
646
+ "kind": 4096,
647
+ "kindString": "Call signature",
648
+ "flags": {},
649
+ "parameters": [
650
+ {
651
+ "id": 56,
652
+ "name": "name",
653
+ "kind": 32768,
654
+ "kindString": "Parameter",
655
+ "flags": {},
656
+ "type": {
657
+ "type": "intrinsic",
658
+ "name": "string"
659
+ }
660
+ },
661
+ {
662
+ "id": 57,
663
+ "name": "value",
664
+ "kind": 32768,
665
+ "kindString": "Parameter",
666
+ "flags": {},
667
+ "type": {
668
+ "type": "intrinsic",
669
+ "name": "boolean"
670
+ }
671
+ }
672
+ ],
673
+ "type": {
674
+ "type": "intrinsic",
675
+ "name": "void"
676
+ },
677
+ "inheritedFrom": {
678
+ "type": "reference",
679
+ "id": 99,
680
+ "name": "AppSettingsStorageBase.setBoolean"
681
+ }
682
+ }
683
+ ],
684
+ "inheritedFrom": {
685
+ "type": "reference",
686
+ "id": 98,
687
+ "name": "AppSettingsStorageBase.setBoolean"
688
+ }
689
+ },
690
+ {
691
+ "id": 58,
692
+ "name": "setNumber",
693
+ "kind": 2048,
694
+ "kindString": "Method",
695
+ "flags": {
696
+ "isPublic": true
697
+ },
698
+ "sources": [
699
+ {
700
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
701
+ "line": 27,
702
+ "character": 9,
703
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L27"
704
+ }
705
+ ],
706
+ "signatures": [
707
+ {
708
+ "id": 59,
709
+ "name": "setNumber",
710
+ "kind": 4096,
711
+ "kindString": "Call signature",
712
+ "flags": {},
713
+ "parameters": [
714
+ {
715
+ "id": 60,
716
+ "name": "name",
717
+ "kind": 32768,
718
+ "kindString": "Parameter",
719
+ "flags": {},
720
+ "type": {
721
+ "type": "intrinsic",
722
+ "name": "string"
723
+ }
724
+ },
725
+ {
726
+ "id": 61,
727
+ "name": "value",
728
+ "kind": 32768,
729
+ "kindString": "Parameter",
730
+ "flags": {},
731
+ "type": {
732
+ "type": "intrinsic",
733
+ "name": "number"
734
+ }
735
+ }
736
+ ],
737
+ "type": {
738
+ "type": "intrinsic",
739
+ "name": "void"
740
+ },
741
+ "inheritedFrom": {
742
+ "type": "reference",
743
+ "id": 103,
744
+ "name": "AppSettingsStorageBase.setNumber"
745
+ }
746
+ }
747
+ ],
748
+ "inheritedFrom": {
749
+ "type": "reference",
750
+ "id": 102,
751
+ "name": "AppSettingsStorageBase.setNumber"
752
+ }
753
+ },
754
+ {
755
+ "id": 83,
756
+ "name": "setObject",
757
+ "kind": 2048,
758
+ "kindString": "Method",
759
+ "flags": {
760
+ "isPublic": true
761
+ },
762
+ "sources": [
763
+ {
764
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
765
+ "line": 82,
766
+ "character": 9,
767
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L82"
768
+ }
769
+ ],
770
+ "signatures": [
771
+ {
772
+ "id": 84,
773
+ "name": "setObject",
774
+ "kind": 4096,
775
+ "kindString": "Call signature",
776
+ "flags": {},
777
+ "typeParameter": [
778
+ {
779
+ "id": 85,
780
+ "name": "T",
781
+ "kind": 131072,
782
+ "kindString": "Type parameter",
783
+ "flags": {}
784
+ }
785
+ ],
786
+ "parameters": [
787
+ {
788
+ "id": 86,
789
+ "name": "name",
790
+ "kind": 32768,
791
+ "kindString": "Parameter",
792
+ "flags": {},
793
+ "type": {
794
+ "type": "intrinsic",
795
+ "name": "string"
796
+ }
797
+ },
798
+ {
799
+ "id": 87,
800
+ "name": "value",
801
+ "kind": 32768,
802
+ "kindString": "Parameter",
803
+ "flags": {},
804
+ "type": {
805
+ "type": "reference",
806
+ "id": 85,
807
+ "name": "T"
808
+ }
809
+ }
810
+ ],
811
+ "type": {
812
+ "type": "intrinsic",
813
+ "name": "void"
814
+ },
815
+ "inheritedFrom": {
816
+ "type": "reference",
817
+ "id": 128,
818
+ "name": "AppSettingsStorageBase.setObject"
819
+ }
820
+ }
821
+ ],
822
+ "inheritedFrom": {
823
+ "type": "reference",
824
+ "id": 127,
825
+ "name": "AppSettingsStorageBase.setObject"
826
+ }
827
+ },
828
+ {
829
+ "id": 68,
830
+ "name": "setString",
831
+ "kind": 2048,
832
+ "kindString": "Method",
833
+ "flags": {
834
+ "isPublic": true
835
+ },
836
+ "sources": [
837
+ {
838
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
839
+ "line": 53,
840
+ "character": 9,
841
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L53"
842
+ }
843
+ ],
844
+ "signatures": [
845
+ {
846
+ "id": 69,
847
+ "name": "setString",
848
+ "kind": 4096,
849
+ "kindString": "Call signature",
850
+ "flags": {},
851
+ "parameters": [
852
+ {
853
+ "id": 70,
854
+ "name": "name",
855
+ "kind": 32768,
856
+ "kindString": "Parameter",
857
+ "flags": {},
858
+ "type": {
859
+ "type": "intrinsic",
860
+ "name": "string"
861
+ }
862
+ },
863
+ {
864
+ "id": 71,
865
+ "name": "value",
866
+ "kind": 32768,
867
+ "kindString": "Parameter",
868
+ "flags": {},
869
+ "type": {
870
+ "type": "intrinsic",
871
+ "name": "string"
872
+ }
873
+ }
874
+ ],
875
+ "type": {
876
+ "type": "intrinsic",
877
+ "name": "void"
878
+ },
879
+ "inheritedFrom": {
880
+ "type": "reference",
881
+ "id": 113,
882
+ "name": "AppSettingsStorageBase.setString"
883
+ }
884
+ }
885
+ ],
886
+ "inheritedFrom": {
887
+ "type": "reference",
888
+ "id": 112,
889
+ "name": "AppSettingsStorageBase.setString"
890
+ }
891
+ },
892
+ {
893
+ "id": 75,
894
+ "name": "setStringArray",
895
+ "kind": 2048,
896
+ "kindString": "Method",
897
+ "flags": {
898
+ "isPublic": true
899
+ },
900
+ "sources": [
901
+ {
902
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
903
+ "line": 68,
904
+ "character": 9,
905
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L68"
906
+ }
907
+ ],
908
+ "signatures": [
909
+ {
910
+ "id": 76,
911
+ "name": "setStringArray",
912
+ "kind": 4096,
913
+ "kindString": "Call signature",
914
+ "flags": {},
915
+ "parameters": [
916
+ {
917
+ "id": 77,
918
+ "name": "name",
919
+ "kind": 32768,
920
+ "kindString": "Parameter",
921
+ "flags": {},
922
+ "type": {
923
+ "type": "intrinsic",
924
+ "name": "string"
925
+ }
926
+ },
927
+ {
928
+ "id": 78,
929
+ "name": "value",
930
+ "kind": 32768,
931
+ "kindString": "Parameter",
932
+ "flags": {},
933
+ "type": {
934
+ "type": "array",
935
+ "elementType": {
936
+ "type": "intrinsic",
937
+ "name": "string"
938
+ }
939
+ }
940
+ }
941
+ ],
942
+ "type": {
943
+ "type": "intrinsic",
944
+ "name": "void"
945
+ },
946
+ "inheritedFrom": {
947
+ "type": "reference",
948
+ "id": 120,
949
+ "name": "AppSettingsStorageBase.setStringArray"
950
+ }
951
+ }
952
+ ],
953
+ "inheritedFrom": {
954
+ "type": "reference",
955
+ "id": 119,
956
+ "name": "AppSettingsStorageBase.setStringArray"
957
+ }
958
+ }
959
+ ],
960
+ "groups": [
961
+ {
962
+ "title": "Constructors",
963
+ "children": [
964
+ 35
965
+ ]
966
+ },
967
+ {
968
+ "title": "Accessors",
969
+ "children": [
970
+ 39,
971
+ 43,
972
+ 47
973
+ ]
974
+ },
975
+ {
976
+ "title": "Methods",
977
+ "children": [
978
+ 51,
979
+ 62,
980
+ 79,
981
+ 65,
982
+ 72,
983
+ 54,
984
+ 58,
985
+ 83,
986
+ 68,
987
+ 75
988
+ ]
989
+ }
990
+ ],
991
+ "sources": [
992
+ {
993
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Storage.ts",
994
+ "line": 6,
995
+ "character": 13,
996
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Storage.ts#L6"
997
+ }
998
+ ],
999
+ "extendedTypes": [
1000
+ {
1001
+ "type": "reference",
1002
+ "id": 88,
1003
+ "name": "AppSettingsStorageBase"
1004
+ }
1005
+ ]
1006
+ },
1007
+ {
1008
+ "id": 88,
1009
+ "name": "AppSettingsStorageBase",
1010
+ "kind": 128,
1011
+ "kindString": "Class",
1012
+ "flags": {},
1013
+ "children": [
1014
+ {
1015
+ "id": 89,
1016
+ "name": "constructor",
1017
+ "kind": 512,
1018
+ "kindString": "Constructor",
1019
+ "flags": {},
1020
+ "sources": [
1021
+ {
1022
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
1023
+ "line": 7,
1024
+ "character": 2,
1025
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L7"
1026
+ }
1027
+ ],
1028
+ "signatures": [
1029
+ {
1030
+ "id": 90,
1031
+ "name": "new AppSettingsStorageBase",
1032
+ "kind": 16384,
1033
+ "kindString": "Constructor signature",
1034
+ "flags": {},
1035
+ "parameters": [
1036
+ {
1037
+ "id": 91,
1038
+ "name": "prefix",
1039
+ "kind": 32768,
1040
+ "kindString": "Parameter",
1041
+ "flags": {},
1042
+ "type": {
1043
+ "type": "intrinsic",
1044
+ "name": "string"
1045
+ },
1046
+ "defaultValue": "'AppSettings'"
1047
+ },
1048
+ {
1049
+ "id": 92,
1050
+ "name": "defaults",
1051
+ "kind": 32768,
1052
+ "kindString": "Parameter",
1053
+ "flags": {
1054
+ "isOptional": true
1055
+ },
1056
+ "type": {
1057
+ "type": "reference",
1058
+ "typeArguments": [
1059
+ {
1060
+ "type": "intrinsic",
1061
+ "name": "string"
1062
+ },
1063
+ {
1064
+ "type": "intrinsic",
1065
+ "name": "unknown"
1066
+ }
1067
+ ],
1068
+ "name": "Record",
1069
+ "qualifiedName": "Record",
1070
+ "package": "typescript"
1071
+ }
1072
+ }
1073
+ ],
1074
+ "type": {
1075
+ "type": "reference",
1076
+ "id": 88,
1077
+ "name": "AppSettingsStorageBase"
1078
+ }
1079
+ }
1080
+ ]
1081
+ },
1082
+ {
1083
+ "id": 94,
1084
+ "name": "defaults",
1085
+ "kind": 1024,
1086
+ "kindString": "Property",
1087
+ "flags": {
1088
+ "isPrivate": true
1089
+ },
1090
+ "sources": [
1091
+ {
1092
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
1093
+ "line": 6,
1094
+ "character": 10,
1095
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L6"
1096
+ }
1097
+ ],
1098
+ "type": {
1099
+ "type": "reference",
1100
+ "typeArguments": [
1101
+ {
1102
+ "type": "intrinsic",
1103
+ "name": "string"
1104
+ },
1105
+ {
1106
+ "type": "intrinsic",
1107
+ "name": "unknown"
1108
+ }
1109
+ ],
1110
+ "name": "Record",
1111
+ "qualifiedName": "Record",
1112
+ "package": "typescript"
1113
+ }
1114
+ },
1115
+ {
1116
+ "id": 93,
1117
+ "name": "prefix",
1118
+ "kind": 1024,
1119
+ "kindString": "Property",
1120
+ "flags": {
1121
+ "isPrivate": true
1122
+ },
1123
+ "sources": [
1124
+ {
1125
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
1126
+ "line": 5,
1127
+ "character": 10,
1128
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L5"
1129
+ }
1130
+ ],
1131
+ "type": {
1132
+ "type": "intrinsic",
1133
+ "name": "string"
1134
+ }
1135
+ },
1136
+ {
1137
+ "id": 95,
1138
+ "name": "getBoolean",
1139
+ "kind": 2048,
1140
+ "kindString": "Method",
1141
+ "flags": {
1142
+ "isPublic": true
1143
+ },
1144
+ "sources": [
1145
+ {
1146
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
1147
+ "line": 12,
1148
+ "character": 9,
1149
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L12"
1150
+ }
1151
+ ],
1152
+ "signatures": [
1153
+ {
1154
+ "id": 96,
1155
+ "name": "getBoolean",
1156
+ "kind": 4096,
1157
+ "kindString": "Call signature",
1158
+ "flags": {},
1159
+ "parameters": [
1160
+ {
1161
+ "id": 97,
1162
+ "name": "name",
1163
+ "kind": 32768,
1164
+ "kindString": "Parameter",
1165
+ "flags": {},
1166
+ "type": {
1167
+ "type": "intrinsic",
1168
+ "name": "string"
1169
+ }
1170
+ }
1171
+ ],
1172
+ "type": {
1173
+ "type": "intrinsic",
1174
+ "name": "boolean"
1175
+ }
1176
+ }
1177
+ ]
1178
+ },
1179
+ {
1180
+ "id": 106,
1181
+ "name": "getNumber",
1182
+ "kind": 2048,
1183
+ "kindString": "Method",
1184
+ "flags": {
1185
+ "isPublic": true
1186
+ },
1187
+ "sources": [
1188
+ {
1189
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
1190
+ "line": 31,
1191
+ "character": 9,
1192
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L31"
1193
+ }
1194
+ ],
1195
+ "signatures": [
1196
+ {
1197
+ "id": 107,
1198
+ "name": "getNumber",
1199
+ "kind": 4096,
1200
+ "kindString": "Call signature",
1201
+ "flags": {},
1202
+ "parameters": [
1203
+ {
1204
+ "id": 108,
1205
+ "name": "name",
1206
+ "kind": 32768,
1207
+ "kindString": "Parameter",
1208
+ "flags": {},
1209
+ "type": {
1210
+ "type": "intrinsic",
1211
+ "name": "string"
1212
+ }
1213
+ }
1214
+ ],
1215
+ "type": {
1216
+ "type": "intrinsic",
1217
+ "name": "number"
1218
+ }
1219
+ }
1220
+ ]
1221
+ },
1222
+ {
1223
+ "id": 123,
1224
+ "name": "getObject",
1225
+ "kind": 2048,
1226
+ "kindString": "Method",
1227
+ "flags": {
1228
+ "isPublic": true
1229
+ },
1230
+ "sources": [
1231
+ {
1232
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
1233
+ "line": 72,
1234
+ "character": 9,
1235
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L72"
1236
+ }
1237
+ ],
1238
+ "signatures": [
1239
+ {
1240
+ "id": 124,
1241
+ "name": "getObject",
1242
+ "kind": 4096,
1243
+ "kindString": "Call signature",
1244
+ "flags": {},
1245
+ "typeParameter": [
1246
+ {
1247
+ "id": 125,
1248
+ "name": "T",
1249
+ "kind": 131072,
1250
+ "kindString": "Type parameter",
1251
+ "flags": {}
1252
+ }
1253
+ ],
1254
+ "parameters": [
1255
+ {
1256
+ "id": 126,
1257
+ "name": "name",
1258
+ "kind": 32768,
1259
+ "kindString": "Parameter",
1260
+ "flags": {},
1261
+ "type": {
1262
+ "type": "intrinsic",
1263
+ "name": "string"
1264
+ }
1265
+ }
1266
+ ],
1267
+ "type": {
1268
+ "type": "reference",
1269
+ "id": 81,
1270
+ "name": "T"
1271
+ }
1272
+ }
1273
+ ]
1274
+ },
1275
+ {
1276
+ "id": 109,
1277
+ "name": "getString",
1278
+ "kind": 2048,
1279
+ "kindString": "Method",
1280
+ "flags": {
1281
+ "isPublic": true
1282
+ },
1283
+ "sources": [
1284
+ {
1285
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
1286
+ "line": 42,
1287
+ "character": 9,
1288
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L42"
1289
+ }
1290
+ ],
1291
+ "signatures": [
1292
+ {
1293
+ "id": 110,
1294
+ "name": "getString",
1295
+ "kind": 4096,
1296
+ "kindString": "Call signature",
1297
+ "flags": {},
1298
+ "parameters": [
1299
+ {
1300
+ "id": 111,
1301
+ "name": "name",
1302
+ "kind": 32768,
1303
+ "kindString": "Parameter",
1304
+ "flags": {},
1305
+ "type": {
1306
+ "type": "intrinsic",
1307
+ "name": "string"
1308
+ }
1309
+ }
1310
+ ],
1311
+ "type": {
1312
+ "type": "intrinsic",
1313
+ "name": "string"
1314
+ }
1315
+ }
1316
+ ]
1317
+ },
1318
+ {
1319
+ "id": 116,
1320
+ "name": "getStringArray",
1321
+ "kind": 2048,
1322
+ "kindString": "Method",
1323
+ "flags": {
1324
+ "isPublic": true
1325
+ },
1326
+ "sources": [
1327
+ {
1328
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
1329
+ "line": 57,
1330
+ "character": 9,
1331
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L57"
1332
+ }
1333
+ ],
1334
+ "signatures": [
1335
+ {
1336
+ "id": 117,
1337
+ "name": "getStringArray",
1338
+ "kind": 4096,
1339
+ "kindString": "Call signature",
1340
+ "flags": {},
1341
+ "parameters": [
1342
+ {
1343
+ "id": 118,
1344
+ "name": "name",
1345
+ "kind": 32768,
1346
+ "kindString": "Parameter",
1347
+ "flags": {},
1348
+ "type": {
1349
+ "type": "intrinsic",
1350
+ "name": "string"
1351
+ }
1352
+ }
1353
+ ],
1354
+ "type": {
1355
+ "type": "array",
1356
+ "elementType": {
1357
+ "type": "intrinsic",
1358
+ "name": "string"
1359
+ }
1360
+ }
1361
+ }
1362
+ ]
1363
+ },
1364
+ {
1365
+ "id": 98,
1366
+ "name": "setBoolean",
1367
+ "kind": 2048,
1368
+ "kindString": "Method",
1369
+ "flags": {
1370
+ "isPublic": true
1371
+ },
1372
+ "sources": [
1373
+ {
1374
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
1375
+ "line": 23,
1376
+ "character": 9,
1377
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L23"
1378
+ }
1379
+ ],
1380
+ "signatures": [
1381
+ {
1382
+ "id": 99,
1383
+ "name": "setBoolean",
1384
+ "kind": 4096,
1385
+ "kindString": "Call signature",
1386
+ "flags": {},
1387
+ "parameters": [
1388
+ {
1389
+ "id": 100,
1390
+ "name": "name",
1391
+ "kind": 32768,
1392
+ "kindString": "Parameter",
1393
+ "flags": {},
1394
+ "type": {
1395
+ "type": "intrinsic",
1396
+ "name": "string"
1397
+ }
1398
+ },
1399
+ {
1400
+ "id": 101,
1401
+ "name": "value",
1402
+ "kind": 32768,
1403
+ "kindString": "Parameter",
1404
+ "flags": {},
1405
+ "type": {
1406
+ "type": "intrinsic",
1407
+ "name": "boolean"
1408
+ }
1409
+ }
1410
+ ],
1411
+ "type": {
1412
+ "type": "intrinsic",
1413
+ "name": "void"
1414
+ }
1415
+ }
1416
+ ]
1417
+ },
1418
+ {
1419
+ "id": 102,
1420
+ "name": "setNumber",
1421
+ "kind": 2048,
1422
+ "kindString": "Method",
1423
+ "flags": {
1424
+ "isPublic": true
1425
+ },
1426
+ "sources": [
1427
+ {
1428
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
1429
+ "line": 27,
1430
+ "character": 9,
1431
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L27"
1432
+ }
1433
+ ],
1434
+ "signatures": [
1435
+ {
1436
+ "id": 103,
1437
+ "name": "setNumber",
1438
+ "kind": 4096,
1439
+ "kindString": "Call signature",
1440
+ "flags": {},
1441
+ "parameters": [
1442
+ {
1443
+ "id": 104,
1444
+ "name": "name",
1445
+ "kind": 32768,
1446
+ "kindString": "Parameter",
1447
+ "flags": {},
1448
+ "type": {
1449
+ "type": "intrinsic",
1450
+ "name": "string"
1451
+ }
1452
+ },
1453
+ {
1454
+ "id": 105,
1455
+ "name": "value",
1456
+ "kind": 32768,
1457
+ "kindString": "Parameter",
1458
+ "flags": {},
1459
+ "type": {
1460
+ "type": "intrinsic",
1461
+ "name": "number"
1462
+ }
1463
+ }
1464
+ ],
1465
+ "type": {
1466
+ "type": "intrinsic",
1467
+ "name": "void"
1468
+ }
1469
+ }
1470
+ ]
1471
+ },
1472
+ {
1473
+ "id": 127,
1474
+ "name": "setObject",
1475
+ "kind": 2048,
1476
+ "kindString": "Method",
1477
+ "flags": {
1478
+ "isPublic": true
1479
+ },
1480
+ "sources": [
1481
+ {
1482
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
1483
+ "line": 82,
1484
+ "character": 9,
1485
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L82"
1486
+ }
1487
+ ],
1488
+ "signatures": [
1489
+ {
1490
+ "id": 128,
1491
+ "name": "setObject",
1492
+ "kind": 4096,
1493
+ "kindString": "Call signature",
1494
+ "flags": {},
1495
+ "typeParameter": [
1496
+ {
1497
+ "id": 129,
1498
+ "name": "T",
1499
+ "kind": 131072,
1500
+ "kindString": "Type parameter",
1501
+ "flags": {}
1502
+ }
1503
+ ],
1504
+ "parameters": [
1505
+ {
1506
+ "id": 130,
1507
+ "name": "name",
1508
+ "kind": 32768,
1509
+ "kindString": "Parameter",
1510
+ "flags": {},
1511
+ "type": {
1512
+ "type": "intrinsic",
1513
+ "name": "string"
1514
+ }
1515
+ },
1516
+ {
1517
+ "id": 131,
1518
+ "name": "value",
1519
+ "kind": 32768,
1520
+ "kindString": "Parameter",
1521
+ "flags": {},
1522
+ "type": {
1523
+ "type": "reference",
1524
+ "id": 85,
1525
+ "name": "T"
1526
+ }
1527
+ }
1528
+ ],
1529
+ "type": {
1530
+ "type": "intrinsic",
1531
+ "name": "void"
1532
+ }
1533
+ }
1534
+ ]
1535
+ },
1536
+ {
1537
+ "id": 112,
1538
+ "name": "setString",
1539
+ "kind": 2048,
1540
+ "kindString": "Method",
1541
+ "flags": {
1542
+ "isPublic": true
1543
+ },
1544
+ "sources": [
1545
+ {
1546
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
1547
+ "line": 53,
1548
+ "character": 9,
1549
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L53"
1550
+ }
1551
+ ],
1552
+ "signatures": [
1553
+ {
1554
+ "id": 113,
1555
+ "name": "setString",
1556
+ "kind": 4096,
1557
+ "kindString": "Call signature",
1558
+ "flags": {},
1559
+ "parameters": [
1560
+ {
1561
+ "id": 114,
1562
+ "name": "name",
1563
+ "kind": 32768,
1564
+ "kindString": "Parameter",
1565
+ "flags": {},
1566
+ "type": {
1567
+ "type": "intrinsic",
1568
+ "name": "string"
1569
+ }
1570
+ },
1571
+ {
1572
+ "id": 115,
1573
+ "name": "value",
1574
+ "kind": 32768,
1575
+ "kindString": "Parameter",
1576
+ "flags": {},
1577
+ "type": {
1578
+ "type": "intrinsic",
1579
+ "name": "string"
1580
+ }
1581
+ }
1582
+ ],
1583
+ "type": {
1584
+ "type": "intrinsic",
1585
+ "name": "void"
1586
+ }
1587
+ }
1588
+ ]
1589
+ },
1590
+ {
1591
+ "id": 119,
1592
+ "name": "setStringArray",
1593
+ "kind": 2048,
1594
+ "kindString": "Method",
1595
+ "flags": {
1596
+ "isPublic": true
1597
+ },
1598
+ "sources": [
1599
+ {
1600
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
1601
+ "line": 68,
1602
+ "character": 9,
1603
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L68"
1604
+ }
1605
+ ],
1606
+ "signatures": [
1607
+ {
1608
+ "id": 120,
1609
+ "name": "setStringArray",
1610
+ "kind": 4096,
1611
+ "kindString": "Call signature",
1612
+ "flags": {},
1613
+ "parameters": [
1614
+ {
1615
+ "id": 121,
1616
+ "name": "name",
1617
+ "kind": 32768,
1618
+ "kindString": "Parameter",
1619
+ "flags": {},
1620
+ "type": {
1621
+ "type": "intrinsic",
1622
+ "name": "string"
1623
+ }
1624
+ },
1625
+ {
1626
+ "id": 122,
1627
+ "name": "value",
1628
+ "kind": 32768,
1629
+ "kindString": "Parameter",
1630
+ "flags": {},
1631
+ "type": {
1632
+ "type": "array",
1633
+ "elementType": {
1634
+ "type": "intrinsic",
1635
+ "name": "string"
1636
+ }
1637
+ }
1638
+ }
1639
+ ],
1640
+ "type": {
1641
+ "type": "intrinsic",
1642
+ "name": "void"
1643
+ }
1644
+ }
1645
+ ]
1646
+ }
1647
+ ],
1648
+ "groups": [
1649
+ {
1650
+ "title": "Constructors",
1651
+ "children": [
1652
+ 89
1653
+ ]
1654
+ },
1655
+ {
1656
+ "title": "Properties",
1657
+ "children": [
1658
+ 94,
1659
+ 93
1660
+ ]
1661
+ },
1662
+ {
1663
+ "title": "Methods",
1664
+ "children": [
1665
+ 95,
1666
+ 106,
1667
+ 123,
1668
+ 109,
1669
+ 116,
1670
+ 98,
1671
+ 102,
1672
+ 127,
1673
+ 112,
1674
+ 119
1675
+ ]
1676
+ }
1677
+ ],
1678
+ "sources": [
1679
+ {
1680
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts",
1681
+ "line": 4,
1682
+ "character": 13,
1683
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/StorageBase.ts#L4"
1684
+ }
1685
+ ],
1686
+ "extendedBy": [
1687
+ {
1688
+ "type": "reference",
1689
+ "id": 34,
1690
+ "name": "AppSettingsStorage"
1691
+ }
1692
+ ]
1693
+ },
1694
+ {
1695
+ "id": 6,
1696
+ "name": "AppSettingsContextProps",
1697
+ "kind": 256,
1698
+ "kindString": "Interface",
1699
+ "flags": {},
1700
+ "children": [
1701
+ {
1702
+ "id": 17,
1703
+ "name": "changeNavigationType",
1704
+ "kind": 1024,
1705
+ "kindString": "Property",
1706
+ "flags": {
1707
+ "isOptional": true
1708
+ },
1709
+ "sources": [
1710
+ {
1711
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Context.ts",
1712
+ "line": 11,
1713
+ "character": 2,
1714
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Context.ts#L11"
1715
+ }
1716
+ ],
1717
+ "type": {
1718
+ "type": "reflection",
1719
+ "declaration": {
1720
+ "id": 18,
1721
+ "name": "__type",
1722
+ "kind": 65536,
1723
+ "kindString": "Type literal",
1724
+ "flags": {},
1725
+ "sources": [
1726
+ {
1727
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Context.ts",
1728
+ "line": 11,
1729
+ "character": 25,
1730
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Context.ts#L11"
1731
+ }
1732
+ ],
1733
+ "signatures": [
1734
+ {
1735
+ "id": 19,
1736
+ "name": "__type",
1737
+ "kind": 4096,
1738
+ "kindString": "Call signature",
1739
+ "flags": {},
1740
+ "parameters": [
1741
+ {
1742
+ "id": 20,
1743
+ "name": "value",
1744
+ "kind": 32768,
1745
+ "kindString": "Parameter",
1746
+ "flags": {},
1747
+ "type": {
1748
+ "type": "reference",
1749
+ "id": 134,
1750
+ "name": "WebAppNavigationType"
1751
+ }
1752
+ }
1753
+ ],
1754
+ "type": {
1755
+ "type": "intrinsic",
1756
+ "name": "void"
1757
+ }
1758
+ }
1759
+ ]
1760
+ }
1761
+ }
1762
+ },
1763
+ {
1764
+ "id": 7,
1765
+ "name": "darkMode",
1766
+ "kind": 1024,
1767
+ "kindString": "Property",
1768
+ "flags": {
1769
+ "isOptional": true
1770
+ },
1771
+ "sources": [
1772
+ {
1773
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Context.ts",
1774
+ "line": 7,
1775
+ "character": 2,
1776
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Context.ts#L7"
1777
+ }
1778
+ ],
1779
+ "type": {
1780
+ "type": "intrinsic",
1781
+ "name": "boolean"
1782
+ }
1783
+ },
1784
+ {
1785
+ "id": 8,
1786
+ "name": "developerMode",
1787
+ "kind": 1024,
1788
+ "kindString": "Property",
1789
+ "flags": {
1790
+ "isOptional": true
1791
+ },
1792
+ "sources": [
1793
+ {
1794
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Context.ts",
1795
+ "line": 8,
1796
+ "character": 2,
1797
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Context.ts#L8"
1798
+ }
1799
+ ],
1800
+ "type": {
1801
+ "type": "intrinsic",
1802
+ "name": "boolean"
1803
+ }
1804
+ },
1805
+ {
1806
+ "id": 9,
1807
+ "name": "enableDarkMode",
1808
+ "kind": 1024,
1809
+ "kindString": "Property",
1810
+ "flags": {
1811
+ "isOptional": true
1812
+ },
1813
+ "sources": [
1814
+ {
1815
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Context.ts",
1816
+ "line": 9,
1817
+ "character": 2,
1818
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Context.ts#L9"
1819
+ }
1820
+ ],
1821
+ "type": {
1822
+ "type": "reflection",
1823
+ "declaration": {
1824
+ "id": 10,
1825
+ "name": "__type",
1826
+ "kind": 65536,
1827
+ "kindString": "Type literal",
1828
+ "flags": {},
1829
+ "sources": [
1830
+ {
1831
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Context.ts",
1832
+ "line": 9,
1833
+ "character": 19,
1834
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Context.ts#L9"
1835
+ }
1836
+ ],
1837
+ "signatures": [
1838
+ {
1839
+ "id": 11,
1840
+ "name": "__type",
1841
+ "kind": 4096,
1842
+ "kindString": "Call signature",
1843
+ "flags": {},
1844
+ "parameters": [
1845
+ {
1846
+ "id": 12,
1847
+ "name": "value",
1848
+ "kind": 32768,
1849
+ "kindString": "Parameter",
1850
+ "flags": {},
1851
+ "type": {
1852
+ "type": "intrinsic",
1853
+ "name": "boolean"
1854
+ }
1855
+ }
1856
+ ],
1857
+ "type": {
1858
+ "type": "intrinsic",
1859
+ "name": "void"
1860
+ }
1861
+ }
1862
+ ]
1863
+ }
1864
+ }
1865
+ },
1866
+ {
1867
+ "id": 13,
1868
+ "name": "enableDeveloperMode",
1869
+ "kind": 1024,
1870
+ "kindString": "Property",
1871
+ "flags": {
1872
+ "isOptional": true
1873
+ },
1874
+ "sources": [
1875
+ {
1876
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Context.ts",
1877
+ "line": 10,
1878
+ "character": 2,
1879
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Context.ts#L10"
1880
+ }
1881
+ ],
1882
+ "type": {
1883
+ "type": "reflection",
1884
+ "declaration": {
1885
+ "id": 14,
1886
+ "name": "__type",
1887
+ "kind": 65536,
1888
+ "kindString": "Type literal",
1889
+ "flags": {},
1890
+ "sources": [
1891
+ {
1892
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Context.ts",
1893
+ "line": 10,
1894
+ "character": 24,
1895
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Context.ts#L10"
1896
+ }
1897
+ ],
1898
+ "signatures": [
1899
+ {
1900
+ "id": 15,
1901
+ "name": "__type",
1902
+ "kind": 4096,
1903
+ "kindString": "Call signature",
1904
+ "flags": {},
1905
+ "parameters": [
1906
+ {
1907
+ "id": 16,
1908
+ "name": "value",
1909
+ "kind": 32768,
1910
+ "kindString": "Parameter",
1911
+ "flags": {},
1912
+ "type": {
1913
+ "type": "intrinsic",
1914
+ "name": "boolean"
1915
+ }
1916
+ }
1917
+ ],
1918
+ "type": {
1919
+ "type": "intrinsic",
1920
+ "name": "void"
1921
+ }
1922
+ }
1923
+ ]
1924
+ }
1925
+ }
1926
+ },
1927
+ {
1928
+ "id": 21,
1929
+ "name": "navigationType",
1930
+ "kind": 1024,
1931
+ "kindString": "Property",
1932
+ "flags": {
1933
+ "isOptional": true
1934
+ },
1935
+ "sources": [
1936
+ {
1937
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Context.ts",
1938
+ "line": 12,
1939
+ "character": 2,
1940
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Context.ts#L12"
1941
+ }
1942
+ ],
1943
+ "type": {
1944
+ "type": "reference",
1945
+ "id": 134,
1946
+ "name": "WebAppNavigationType"
1947
+ }
1948
+ }
1949
+ ],
1950
+ "groups": [
1951
+ {
1952
+ "title": "Properties",
1953
+ "children": [
1954
+ 17,
1955
+ 7,
1956
+ 8,
1957
+ 9,
1958
+ 13,
1959
+ 21
1960
+ ]
1961
+ }
1962
+ ],
1963
+ "sources": [
1964
+ {
1965
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Context.ts",
1966
+ "line": 6,
1967
+ "character": 17,
1968
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Context.ts#L6"
1969
+ }
1970
+ ]
1971
+ },
1972
+ {
1973
+ "id": 23,
1974
+ "name": "AppSettingsProviderProps",
1975
+ "kind": 256,
1976
+ "kindString": "Interface",
1977
+ "flags": {},
1978
+ "children": [
1979
+ {
1980
+ "id": 24,
1981
+ "name": "storage",
1982
+ "kind": 1024,
1983
+ "kindString": "Property",
1984
+ "flags": {
1985
+ "isOptional": true
1986
+ },
1987
+ "sources": [
1988
+ {
1989
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Provider.tsx",
1990
+ "line": 9,
1991
+ "character": 2,
1992
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Provider.tsx#L9"
1993
+ }
1994
+ ],
1995
+ "type": {
1996
+ "type": "reference",
1997
+ "id": 34,
1998
+ "name": "AppSettingsStorage"
1999
+ }
2000
+ }
2001
+ ],
2002
+ "groups": [
2003
+ {
2004
+ "title": "Properties",
2005
+ "children": [
2006
+ 24
2007
+ ]
2008
+ }
2009
+ ],
2010
+ "sources": [
2011
+ {
2012
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Provider.tsx",
2013
+ "line": 8,
2014
+ "character": 17,
2015
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Provider.tsx#L8"
2016
+ }
2017
+ ],
2018
+ "typeParameters": [
2019
+ {
2020
+ "id": 25,
2021
+ "name": "T",
2022
+ "kind": 131072,
2023
+ "kindString": "Type parameter",
2024
+ "flags": {},
2025
+ "type": {
2026
+ "type": "reference",
2027
+ "id": 6,
2028
+ "name": "AppSettingsContextProps"
2029
+ },
2030
+ "default": {
2031
+ "type": "reference",
2032
+ "id": 6,
2033
+ "name": "AppSettingsContextProps"
2034
+ }
2035
+ }
2036
+ ],
2037
+ "extendedTypes": [
2038
+ {
2039
+ "type": "reference",
2040
+ "typeArguments": [
2041
+ {
2042
+ "type": "reference",
2043
+ "id": 25,
2044
+ "name": "T"
2045
+ }
2046
+ ],
2047
+ "name": "ProviderProps",
2048
+ "qualifiedName": "React.ProviderProps",
2049
+ "package": "@types/react"
2050
+ }
2051
+ ]
2052
+ },
2053
+ {
2054
+ "id": 134,
2055
+ "name": "WebAppNavigationType",
2056
+ "kind": 4194304,
2057
+ "kindString": "Type alias",
2058
+ "flags": {},
2059
+ "sources": [
2060
+ {
2061
+ "fileName": "packages/sdk/app-settings/src/WebAppNavigationType.ts",
2062
+ "line": 1,
2063
+ "character": 12,
2064
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/WebAppNavigationType.ts#L1"
2065
+ }
2066
+ ],
2067
+ "type": {
2068
+ "type": "union",
2069
+ "types": [
2070
+ {
2071
+ "type": "literal",
2072
+ "value": "menu"
2073
+ },
2074
+ {
2075
+ "type": "literal",
2076
+ "value": "sidebar"
2077
+ }
2078
+ ]
2079
+ }
2080
+ },
2081
+ {
2082
+ "id": 22,
2083
+ "name": "AppSettingsContext",
2084
+ "kind": 32,
2085
+ "kindString": "Variable",
2086
+ "flags": {
2087
+ "isConst": true
2088
+ },
2089
+ "sources": [
2090
+ {
2091
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Context.ts",
2092
+ "line": 15,
2093
+ "character": 13,
2094
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Context.ts#L15"
2095
+ }
2096
+ ],
2097
+ "type": {
2098
+ "type": "reference",
2099
+ "typeArguments": [
2100
+ {
2101
+ "type": "reference",
2102
+ "id": 6,
2103
+ "name": "AppSettingsContextProps"
2104
+ }
2105
+ ],
2106
+ "name": "Context",
2107
+ "qualifiedName": "React.Context",
2108
+ "package": "@types/react"
2109
+ },
2110
+ "defaultValue": "..."
2111
+ },
2112
+ {
2113
+ "id": 26,
2114
+ "name": "AppSettingsProvider",
2115
+ "kind": 64,
2116
+ "kindString": "Function",
2117
+ "flags": {},
2118
+ "sources": [
2119
+ {
2120
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/Provider.tsx",
2121
+ "line": 12,
2122
+ "character": 13,
2123
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/Provider.tsx#L12"
2124
+ }
2125
+ ],
2126
+ "signatures": [
2127
+ {
2128
+ "id": 27,
2129
+ "name": "AppSettingsProvider",
2130
+ "kind": 4096,
2131
+ "kindString": "Call signature",
2132
+ "flags": {},
2133
+ "parameters": [
2134
+ {
2135
+ "id": 28,
2136
+ "name": "props",
2137
+ "kind": 32768,
2138
+ "kindString": "Parameter",
2139
+ "flags": {},
2140
+ "type": {
2141
+ "type": "reference",
2142
+ "typeArguments": [
2143
+ {
2144
+ "type": "reference",
2145
+ "id": 23,
2146
+ "typeArguments": [
2147
+ {
2148
+ "type": "reference",
2149
+ "id": 6,
2150
+ "name": "AppSettingsContextProps"
2151
+ }
2152
+ ],
2153
+ "name": "AppSettingsProviderProps"
2154
+ }
2155
+ ],
2156
+ "name": "WithChildren",
2157
+ "qualifiedName": "WithChildren",
2158
+ "package": "@xylabs/react-shared"
2159
+ }
2160
+ },
2161
+ {
2162
+ "id": 29,
2163
+ "name": "context",
2164
+ "kind": 32768,
2165
+ "kindString": "Parameter",
2166
+ "flags": {
2167
+ "isOptional": true
2168
+ },
2169
+ "type": {
2170
+ "type": "intrinsic",
2171
+ "name": "any"
2172
+ }
2173
+ }
2174
+ ],
2175
+ "type": {
2176
+ "type": "union",
2177
+ "types": [
2178
+ {
2179
+ "type": "literal",
2180
+ "value": null
2181
+ },
2182
+ {
2183
+ "type": "reference",
2184
+ "typeArguments": [
2185
+ {
2186
+ "type": "intrinsic",
2187
+ "name": "any"
2188
+ },
2189
+ {
2190
+ "type": "intrinsic",
2191
+ "name": "any"
2192
+ }
2193
+ ],
2194
+ "name": "ReactElement",
2195
+ "qualifiedName": "React.ReactElement",
2196
+ "package": "@types/react"
2197
+ }
2198
+ ]
2199
+ }
2200
+ }
2201
+ ]
2202
+ },
2203
+ {
2204
+ "id": 1,
2205
+ "name": "DarkModeIconButton",
2206
+ "kind": 64,
2207
+ "kindString": "Function",
2208
+ "flags": {},
2209
+ "sources": [
2210
+ {
2211
+ "fileName": "packages/sdk/app-settings/src/components/DarkModeIconButton.tsx",
2212
+ "line": 7,
2213
+ "character": 13,
2214
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/components/DarkModeIconButton.tsx#L7"
2215
+ }
2216
+ ],
2217
+ "signatures": [
2218
+ {
2219
+ "id": 2,
2220
+ "name": "DarkModeIconButton",
2221
+ "kind": 4096,
2222
+ "kindString": "Call signature",
2223
+ "flags": {},
2224
+ "parameters": [
2225
+ {
2226
+ "id": 3,
2227
+ "name": "props",
2228
+ "kind": 32768,
2229
+ "kindString": "Parameter",
2230
+ "flags": {},
2231
+ "type": {
2232
+ "type": "reference",
2233
+ "typeArguments": [
2234
+ {
2235
+ "type": "literal",
2236
+ "value": "button"
2237
+ },
2238
+ {
2239
+ "type": "reflection",
2240
+ "declaration": {
2241
+ "id": 4,
2242
+ "name": "__type",
2243
+ "kind": 65536,
2244
+ "kindString": "Type literal",
2245
+ "flags": {}
2246
+ }
2247
+ }
2248
+ ],
2249
+ "name": "IconButtonProps",
2250
+ "qualifiedName": "IconButtonProps",
2251
+ "package": "@mui/material"
2252
+ }
2253
+ },
2254
+ {
2255
+ "id": 5,
2256
+ "name": "context",
2257
+ "kind": 32768,
2258
+ "kindString": "Parameter",
2259
+ "flags": {
2260
+ "isOptional": true
2261
+ },
2262
+ "type": {
2263
+ "type": "intrinsic",
2264
+ "name": "any"
2265
+ }
2266
+ }
2267
+ ],
2268
+ "type": {
2269
+ "type": "union",
2270
+ "types": [
2271
+ {
2272
+ "type": "literal",
2273
+ "value": null
2274
+ },
2275
+ {
2276
+ "type": "reference",
2277
+ "typeArguments": [
2278
+ {
2279
+ "type": "intrinsic",
2280
+ "name": "any"
2281
+ },
2282
+ {
2283
+ "type": "intrinsic",
2284
+ "name": "any"
2285
+ }
2286
+ ],
2287
+ "name": "ReactElement",
2288
+ "qualifiedName": "React.ReactElement",
2289
+ "package": "@types/react"
2290
+ }
2291
+ ]
2292
+ }
2293
+ }
2294
+ ]
2295
+ },
2296
+ {
2297
+ "id": 132,
2298
+ "name": "useAppSettings",
2299
+ "kind": 64,
2300
+ "kindString": "Function",
2301
+ "flags": {},
2302
+ "sources": [
2303
+ {
2304
+ "fileName": "packages/sdk/app-settings/src/contexts/AppSettings/useAppSettings.ts",
2305
+ "line": 5,
2306
+ "character": 13,
2307
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/contexts/AppSettings/useAppSettings.ts#L5"
2308
+ }
2309
+ ],
2310
+ "signatures": [
2311
+ {
2312
+ "id": 133,
2313
+ "name": "useAppSettings",
2314
+ "kind": 4096,
2315
+ "kindString": "Call signature",
2316
+ "flags": {},
2317
+ "type": {
2318
+ "type": "reference",
2319
+ "id": 6,
2320
+ "name": "AppSettingsContextProps"
2321
+ }
2322
+ }
2323
+ ]
2324
+ }
2325
+ ],
2326
+ "groups": [
2327
+ {
2328
+ "title": "Enumerations",
2329
+ "children": [
2330
+ 30
2331
+ ]
2332
+ },
2333
+ {
2334
+ "title": "Classes",
2335
+ "children": [
2336
+ 34,
2337
+ 88
2338
+ ]
2339
+ },
2340
+ {
2341
+ "title": "Interfaces",
2342
+ "children": [
2343
+ 6,
2344
+ 23
2345
+ ]
2346
+ },
2347
+ {
2348
+ "title": "Type Aliases",
2349
+ "children": [
2350
+ 134
2351
+ ]
2352
+ },
2353
+ {
2354
+ "title": "Variables",
2355
+ "children": [
2356
+ 22
2357
+ ]
2358
+ },
2359
+ {
2360
+ "title": "Functions",
2361
+ "children": [
2362
+ 26,
2363
+ 1,
2364
+ 132
2365
+ ]
2366
+ }
2367
+ ],
8
2368
  "sources": [
9
2369
  {
10
- "fileName": "index.ts",
2370
+ "fileName": "packages/sdk/app-settings/src/index.ts",
11
2371
  "line": 1,
12
2372
  "character": 0,
13
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bb82ad8/packages/sdk/app-settings/src/index.ts#L1"
2373
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8bcc8db/packages/sdk/app-settings/src/index.ts#L1"
14
2374
  }
15
2375
  ]
16
2376
  }