@cobaltio/cobalt-js 0.0.1

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 (54) hide show
  1. package/.github/workflows/npm-publish.yml +36 -0
  2. package/LICENSE +21 -0
  3. package/README.md +10 -0
  4. package/cobalt.js +91 -0
  5. package/cobalt.min.js +1 -0
  6. package/docs/Cobalt.html +686 -0
  7. package/docs/cobalt.js.html +142 -0
  8. package/docs/css/bootstrap.min.css +6 -0
  9. package/docs/css/prism.css +138 -0
  10. package/docs/css/prism.min.css +1 -0
  11. package/docs/css/template.min.css +1 -0
  12. package/docs/fonts/OpenSans-Bold-webfont.eot +0 -0
  13. package/docs/fonts/OpenSans-Bold-webfont.svg +1830 -0
  14. package/docs/fonts/OpenSans-Bold-webfont.woff +0 -0
  15. package/docs/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  16. package/docs/fonts/OpenSans-BoldItalic-webfont.svg +1830 -0
  17. package/docs/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  18. package/docs/fonts/OpenSans-Italic-webfont.eot +0 -0
  19. package/docs/fonts/OpenSans-Italic-webfont.svg +1830 -0
  20. package/docs/fonts/OpenSans-Italic-webfont.woff +0 -0
  21. package/docs/fonts/OpenSans-Light-webfont.eot +0 -0
  22. package/docs/fonts/OpenSans-Light-webfont.svg +1831 -0
  23. package/docs/fonts/OpenSans-Light-webfont.woff +0 -0
  24. package/docs/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  25. package/docs/fonts/OpenSans-LightItalic-webfont.svg +1835 -0
  26. package/docs/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  27. package/docs/fonts/OpenSans-Regular-webfont.eot +0 -0
  28. package/docs/fonts/OpenSans-Regular-webfont.svg +1831 -0
  29. package/docs/fonts/OpenSans-Regular-webfont.woff +0 -0
  30. package/docs/fonts/glyphicons-halflings-regular.eot +0 -0
  31. package/docs/fonts/glyphicons-halflings-regular.svg +288 -0
  32. package/docs/fonts/glyphicons-halflings-regular.ttf +0 -0
  33. package/docs/fonts/glyphicons-halflings-regular.woff +0 -0
  34. package/docs/fonts/glyphicons-halflings-regular.woff2 +0 -0
  35. package/docs/global.html +662 -0
  36. package/docs/index.html +74 -0
  37. package/docs/js/bootstrap.min.js +7 -0
  38. package/docs/js/clipboard.min.js +7 -0
  39. package/docs/js/jquery.min.js +2 -0
  40. package/docs/js/lunr-data.js +923 -0
  41. package/docs/js/lunr-data.json +923 -0
  42. package/docs/js/lunr.min.js +6 -0
  43. package/docs/js/prism.js +869 -0
  44. package/docs/js/prism.min.js +1 -0
  45. package/docs/js/template.min.js +1 -0
  46. package/docs/list_class.html +128 -0
  47. package/docs/scripts/linenumber.js +25 -0
  48. package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  49. package/docs/scripts/prettify/lang-css.js +2 -0
  50. package/docs/scripts/prettify/prettify.js +28 -0
  51. package/docs/styles/jsdoc-default.css +358 -0
  52. package/docs/styles/prettify-jsdoc.css +111 -0
  53. package/docs/styles/prettify-tomorrow.css +132 -0
  54. package/package.json +38 -0
@@ -0,0 +1,923 @@
1
+ {
2
+ "index": {
3
+ "version": "1.0.0",
4
+ "fields": [
5
+ {
6
+ "name": "longname",
7
+ "boost": 1000
8
+ },
9
+ {
10
+ "name": "name",
11
+ "boost": 500
12
+ },
13
+ {
14
+ "name": "tags",
15
+ "boost": 300
16
+ },
17
+ {
18
+ "name": "kind",
19
+ "boost": 110
20
+ },
21
+ {
22
+ "name": "title",
23
+ "boost": 100
24
+ },
25
+ {
26
+ "name": "summary",
27
+ "boost": 70
28
+ },
29
+ {
30
+ "name": "description",
31
+ "boost": 50
32
+ },
33
+ {
34
+ "name": "body",
35
+ "boost": 1
36
+ }
37
+ ],
38
+ "ref": "id",
39
+ "tokenizer": "default",
40
+ "documentStore": {
41
+ "store": {
42
+ "index.html": [
43
+ "base",
44
+ "bootstrap",
45
+ "foodoc",
46
+ "handlebar",
47
+ "index",
48
+ "jsdoc3",
49
+ "readm",
50
+ "templat"
51
+ ],
52
+ "global.html": [
53
+ "document",
54
+ "global"
55
+ ],
56
+ "list_class.html": [
57
+ "class",
58
+ "document",
59
+ "list",
60
+ "list:class"
61
+ ],
62
+ "Cobalt.html": [
63
+ "class",
64
+ "cobalt",
65
+ "frontend",
66
+ "sdk"
67
+ ],
68
+ "Cobalt.html#token": [
69
+ "cobalt#token",
70
+ "member",
71
+ "token"
72
+ ],
73
+ "Cobalt.html#baseUrl": [
74
+ "baseurl",
75
+ "cobalt#baseurl",
76
+ "member"
77
+ ],
78
+ "Cobalt.html#installTemplate": [
79
+ "cobalt#installtempl",
80
+ "function",
81
+ "given",
82
+ "instal",
83
+ "installtempl",
84
+ "lt;async&gt",
85
+ "promise.<workflow&gt",
86
+ "templat"
87
+ ]
88
+ },
89
+ "length": 7
90
+ },
91
+ "tokenStore": {
92
+ "root": {
93
+ "docs": {},
94
+ "b": {
95
+ "docs": {},
96
+ "a": {
97
+ "docs": {},
98
+ "s": {
99
+ "docs": {},
100
+ "e": {
101
+ "docs": {
102
+ "index.html": {
103
+ "ref": "index.html",
104
+ "tf": 14
105
+ }
106
+ },
107
+ "u": {
108
+ "docs": {},
109
+ "r": {
110
+ "docs": {},
111
+ "l": {
112
+ "docs": {
113
+ "Cobalt.html#baseUrl": {
114
+ "ref": "Cobalt.html#baseUrl",
115
+ "tf": 750
116
+ }
117
+ }
118
+ }
119
+ }
120
+ }
121
+ }
122
+ }
123
+ },
124
+ "o": {
125
+ "docs": {},
126
+ "o": {
127
+ "docs": {},
128
+ "t": {
129
+ "docs": {},
130
+ "s": {
131
+ "docs": {},
132
+ "t": {
133
+ "docs": {},
134
+ "r": {
135
+ "docs": {},
136
+ "a": {
137
+ "docs": {},
138
+ "p": {
139
+ "docs": {
140
+ "index.html": {
141
+ "ref": "index.html",
142
+ "tf": 14
143
+ }
144
+ }
145
+ }
146
+ }
147
+ }
148
+ }
149
+ }
150
+ }
151
+ }
152
+ }
153
+ },
154
+ "f": {
155
+ "docs": {},
156
+ "o": {
157
+ "docs": {},
158
+ "o": {
159
+ "docs": {},
160
+ "d": {
161
+ "docs": {},
162
+ "o": {
163
+ "docs": {},
164
+ "c": {
165
+ "docs": {
166
+ "index.html": {
167
+ "ref": "index.html",
168
+ "tf": 600
169
+ }
170
+ }
171
+ }
172
+ }
173
+ }
174
+ }
175
+ },
176
+ "r": {
177
+ "docs": {},
178
+ "o": {
179
+ "docs": {},
180
+ "n": {
181
+ "docs": {},
182
+ "t": {
183
+ "docs": {},
184
+ "e": {
185
+ "docs": {},
186
+ "n": {
187
+ "docs": {},
188
+ "d": {
189
+ "docs": {
190
+ "Cobalt.html": {
191
+ "ref": "Cobalt.html",
192
+ "tf": 16.666666666666664
193
+ }
194
+ }
195
+ }
196
+ }
197
+ }
198
+ }
199
+ }
200
+ }
201
+ },
202
+ "u": {
203
+ "docs": {},
204
+ "n": {
205
+ "docs": {},
206
+ "c": {
207
+ "docs": {},
208
+ "t": {
209
+ "docs": {},
210
+ "i": {
211
+ "docs": {},
212
+ "o": {
213
+ "docs": {},
214
+ "n": {
215
+ "docs": {
216
+ "Cobalt.html#installTemplate": {
217
+ "ref": "Cobalt.html#installTemplate",
218
+ "tf": 110
219
+ }
220
+ }
221
+ }
222
+ }
223
+ }
224
+ }
225
+ }
226
+ }
227
+ }
228
+ },
229
+ "h": {
230
+ "docs": {},
231
+ "a": {
232
+ "docs": {},
233
+ "n": {
234
+ "docs": {},
235
+ "d": {
236
+ "docs": {},
237
+ "l": {
238
+ "docs": {},
239
+ "e": {
240
+ "docs": {},
241
+ "b": {
242
+ "docs": {},
243
+ "a": {
244
+ "docs": {},
245
+ "r": {
246
+ "docs": {
247
+ "index.html": {
248
+ "ref": "index.html",
249
+ "tf": 14
250
+ }
251
+ }
252
+ }
253
+ }
254
+ }
255
+ }
256
+ }
257
+ }
258
+ }
259
+ }
260
+ },
261
+ "i": {
262
+ "docs": {},
263
+ "n": {
264
+ "docs": {},
265
+ "d": {
266
+ "docs": {},
267
+ "e": {
268
+ "docs": {},
269
+ "x": {
270
+ "docs": {
271
+ "index.html": {
272
+ "ref": "index.html",
273
+ "tf": 1300
274
+ }
275
+ }
276
+ }
277
+ }
278
+ },
279
+ "s": {
280
+ "docs": {},
281
+ "t": {
282
+ "docs": {},
283
+ "a": {
284
+ "docs": {},
285
+ "l": {
286
+ "docs": {
287
+ "Cobalt.html#installTemplate": {
288
+ "ref": "Cobalt.html#installTemplate",
289
+ "tf": 16.666666666666664
290
+ }
291
+ },
292
+ "l": {
293
+ "docs": {},
294
+ "t": {
295
+ "docs": {},
296
+ "e": {
297
+ "docs": {},
298
+ "m": {
299
+ "docs": {},
300
+ "p": {
301
+ "docs": {},
302
+ "l": {
303
+ "docs": {
304
+ "Cobalt.html#installTemplate": {
305
+ "ref": "Cobalt.html#installTemplate",
306
+ "tf": 683.3333333333334
307
+ }
308
+ }
309
+ }
310
+ }
311
+ }
312
+ }
313
+ }
314
+ }
315
+ }
316
+ }
317
+ }
318
+ }
319
+ }
320
+ },
321
+ "j": {
322
+ "docs": {},
323
+ "s": {
324
+ "docs": {},
325
+ "d": {
326
+ "docs": {},
327
+ "o": {
328
+ "docs": {},
329
+ "c": {
330
+ "3": {
331
+ "docs": {
332
+ "index.html": {
333
+ "ref": "index.html",
334
+ "tf": 14
335
+ }
336
+ }
337
+ },
338
+ "docs": {}
339
+ }
340
+ }
341
+ }
342
+ }
343
+ },
344
+ "r": {
345
+ "docs": {},
346
+ "e": {
347
+ "docs": {},
348
+ "a": {
349
+ "docs": {},
350
+ "d": {
351
+ "docs": {},
352
+ "m": {
353
+ "docs": {
354
+ "index.html": {
355
+ "ref": "index.html",
356
+ "tf": 110
357
+ }
358
+ }
359
+ }
360
+ }
361
+ }
362
+ }
363
+ },
364
+ "t": {
365
+ "docs": {},
366
+ "e": {
367
+ "docs": {},
368
+ "m": {
369
+ "docs": {},
370
+ "p": {
371
+ "docs": {},
372
+ "l": {
373
+ "docs": {},
374
+ "a": {
375
+ "docs": {},
376
+ "t": {
377
+ "docs": {
378
+ "index.html": {
379
+ "ref": "index.html",
380
+ "tf": 14
381
+ },
382
+ "Cobalt.html#installTemplate": {
383
+ "ref": "Cobalt.html#installTemplate",
384
+ "tf": 16.666666666666664
385
+ }
386
+ }
387
+ }
388
+ }
389
+ }
390
+ }
391
+ }
392
+ },
393
+ "o": {
394
+ "docs": {},
395
+ "k": {
396
+ "docs": {},
397
+ "e": {
398
+ "docs": {},
399
+ "n": {
400
+ "docs": {
401
+ "Cobalt.html#token": {
402
+ "ref": "Cobalt.html#token",
403
+ "tf": 750
404
+ }
405
+ }
406
+ }
407
+ }
408
+ }
409
+ }
410
+ },
411
+ "d": {
412
+ "docs": {},
413
+ "o": {
414
+ "docs": {},
415
+ "c": {
416
+ "docs": {},
417
+ "u": {
418
+ "docs": {},
419
+ "m": {
420
+ "docs": {},
421
+ "e": {
422
+ "docs": {},
423
+ "n": {
424
+ "docs": {},
425
+ "t": {
426
+ "docs": {
427
+ "global.html": {
428
+ "ref": "global.html",
429
+ "tf": 35
430
+ },
431
+ "list_class.html": {
432
+ "ref": "list_class.html",
433
+ "tf": 35
434
+ }
435
+ }
436
+ }
437
+ }
438
+ }
439
+ }
440
+ }
441
+ }
442
+ }
443
+ },
444
+ "g": {
445
+ "docs": {},
446
+ "l": {
447
+ "docs": {},
448
+ "o": {
449
+ "docs": {},
450
+ "b": {
451
+ "docs": {},
452
+ "a": {
453
+ "docs": {},
454
+ "l": {
455
+ "docs": {
456
+ "global.html": {
457
+ "ref": "global.html",
458
+ "tf": 2045
459
+ }
460
+ }
461
+ }
462
+ }
463
+ }
464
+ }
465
+ },
466
+ "i": {
467
+ "docs": {},
468
+ "v": {
469
+ "docs": {},
470
+ "e": {
471
+ "docs": {},
472
+ "n": {
473
+ "docs": {
474
+ "Cobalt.html#installTemplate": {
475
+ "ref": "Cobalt.html#installTemplate",
476
+ "tf": 16.666666666666664
477
+ }
478
+ }
479
+ }
480
+ }
481
+ }
482
+ }
483
+ },
484
+ "c": {
485
+ "docs": {},
486
+ "l": {
487
+ "docs": {},
488
+ "a": {
489
+ "docs": {},
490
+ "s": {
491
+ "docs": {},
492
+ "s": {
493
+ "docs": {
494
+ "list_class.html": {
495
+ "ref": "list_class.html",
496
+ "tf": 635
497
+ },
498
+ "Cobalt.html": {
499
+ "ref": "Cobalt.html",
500
+ "tf": 110
501
+ }
502
+ }
503
+ }
504
+ }
505
+ }
506
+ },
507
+ "o": {
508
+ "docs": {},
509
+ "b": {
510
+ "docs": {},
511
+ "a": {
512
+ "docs": {},
513
+ "l": {
514
+ "docs": {},
515
+ "t": {
516
+ "docs": {
517
+ "Cobalt.html": {
518
+ "ref": "Cobalt.html",
519
+ "tf": 1916.6666666666667
520
+ }
521
+ },
522
+ "#": {
523
+ "docs": {},
524
+ "t": {
525
+ "docs": {},
526
+ "o": {
527
+ "docs": {},
528
+ "k": {
529
+ "docs": {},
530
+ "e": {
531
+ "docs": {},
532
+ "n": {
533
+ "docs": {
534
+ "Cobalt.html#token": {
535
+ "ref": "Cobalt.html#token",
536
+ "tf": 1150
537
+ }
538
+ }
539
+ }
540
+ }
541
+ }
542
+ }
543
+ },
544
+ "b": {
545
+ "docs": {},
546
+ "a": {
547
+ "docs": {},
548
+ "s": {
549
+ "docs": {},
550
+ "e": {
551
+ "docs": {},
552
+ "u": {
553
+ "docs": {},
554
+ "r": {
555
+ "docs": {},
556
+ "l": {
557
+ "docs": {
558
+ "Cobalt.html#baseUrl": {
559
+ "ref": "Cobalt.html#baseUrl",
560
+ "tf": 1150
561
+ }
562
+ }
563
+ }
564
+ }
565
+ }
566
+ }
567
+ }
568
+ }
569
+ },
570
+ "i": {
571
+ "docs": {},
572
+ "n": {
573
+ "docs": {},
574
+ "s": {
575
+ "docs": {},
576
+ "t": {
577
+ "docs": {},
578
+ "a": {
579
+ "docs": {},
580
+ "l": {
581
+ "docs": {},
582
+ "l": {
583
+ "docs": {},
584
+ "t": {
585
+ "docs": {},
586
+ "e": {
587
+ "docs": {},
588
+ "m": {
589
+ "docs": {},
590
+ "p": {
591
+ "docs": {},
592
+ "l": {
593
+ "docs": {
594
+ "Cobalt.html#installTemplate": {
595
+ "ref": "Cobalt.html#installTemplate",
596
+ "tf": 1150
597
+ }
598
+ }
599
+ }
600
+ }
601
+ }
602
+ }
603
+ }
604
+ }
605
+ }
606
+ }
607
+ }
608
+ }
609
+ }
610
+ }
611
+ }
612
+ }
613
+ }
614
+ }
615
+ }
616
+ }
617
+ },
618
+ "l": {
619
+ "docs": {},
620
+ "i": {
621
+ "docs": {},
622
+ "s": {
623
+ "docs": {},
624
+ "t": {
625
+ "docs": {
626
+ "list_class.html": {
627
+ "ref": "list_class.html",
628
+ "tf": 110
629
+ }
630
+ },
631
+ ":": {
632
+ "docs": {},
633
+ "c": {
634
+ "docs": {},
635
+ "l": {
636
+ "docs": {},
637
+ "a": {
638
+ "docs": {},
639
+ "s": {
640
+ "docs": {},
641
+ "s": {
642
+ "docs": {
643
+ "list_class.html": {
644
+ "ref": "list_class.html",
645
+ "tf": 1300
646
+ }
647
+ }
648
+ }
649
+ }
650
+ }
651
+ }
652
+ }
653
+ }
654
+ }
655
+ }
656
+ },
657
+ "t": {
658
+ "docs": {},
659
+ ";": {
660
+ "docs": {},
661
+ "a": {
662
+ "docs": {},
663
+ "s": {
664
+ "docs": {},
665
+ "y": {
666
+ "docs": {},
667
+ "n": {
668
+ "docs": {},
669
+ "c": {
670
+ "docs": {},
671
+ "&": {
672
+ "docs": {},
673
+ "g": {
674
+ "docs": {},
675
+ "t": {
676
+ "docs": {
677
+ "Cobalt.html#installTemplate": {
678
+ "ref": "Cobalt.html#installTemplate",
679
+ "tf": 33.33333333333333
680
+ }
681
+ }
682
+ }
683
+ }
684
+ }
685
+ }
686
+ }
687
+ }
688
+ }
689
+ }
690
+ }
691
+ }
692
+ },
693
+ "s": {
694
+ "docs": {},
695
+ "d": {
696
+ "docs": {},
697
+ "k": {
698
+ "docs": {
699
+ "Cobalt.html": {
700
+ "ref": "Cobalt.html",
701
+ "tf": 16.666666666666664
702
+ }
703
+ }
704
+ }
705
+ }
706
+ },
707
+ "m": {
708
+ "docs": {},
709
+ "e": {
710
+ "docs": {},
711
+ "m": {
712
+ "docs": {},
713
+ "b": {
714
+ "docs": {},
715
+ "e": {
716
+ "docs": {},
717
+ "r": {
718
+ "docs": {
719
+ "Cobalt.html#token": {
720
+ "ref": "Cobalt.html#token",
721
+ "tf": 110
722
+ },
723
+ "Cobalt.html#baseUrl": {
724
+ "ref": "Cobalt.html#baseUrl",
725
+ "tf": 110
726
+ }
727
+ }
728
+ }
729
+ }
730
+ }
731
+ }
732
+ }
733
+ },
734
+ "p": {
735
+ "docs": {},
736
+ "r": {
737
+ "docs": {},
738
+ "o": {
739
+ "docs": {},
740
+ "m": {
741
+ "docs": {},
742
+ "i": {
743
+ "docs": {},
744
+ "s": {
745
+ "docs": {},
746
+ "e": {
747
+ "docs": {},
748
+ ".": {
749
+ "docs": {},
750
+ "&": {
751
+ "docs": {},
752
+ "l": {
753
+ "docs": {},
754
+ "t": {
755
+ "docs": {},
756
+ ";": {
757
+ "docs": {},
758
+ "w": {
759
+ "docs": {},
760
+ "o": {
761
+ "docs": {},
762
+ "r": {
763
+ "docs": {},
764
+ "k": {
765
+ "docs": {},
766
+ "f": {
767
+ "docs": {},
768
+ "l": {
769
+ "docs": {},
770
+ "o": {
771
+ "docs": {},
772
+ "w": {
773
+ "docs": {},
774
+ "&": {
775
+ "docs": {},
776
+ "g": {
777
+ "docs": {},
778
+ "t": {
779
+ "docs": {
780
+ "Cobalt.html#installTemplate": {
781
+ "ref": "Cobalt.html#installTemplate",
782
+ "tf": 33.33333333333333
783
+ }
784
+ }
785
+ }
786
+ }
787
+ }
788
+ }
789
+ }
790
+ }
791
+ }
792
+ }
793
+ }
794
+ }
795
+ }
796
+ }
797
+ }
798
+ }
799
+ }
800
+ }
801
+ }
802
+ }
803
+ }
804
+ }
805
+ }
806
+ }
807
+ }
808
+ },
809
+ "length": 35
810
+ },
811
+ "corpusTokens": [
812
+ "base",
813
+ "baseurl",
814
+ "bootstrap",
815
+ "class",
816
+ "cobalt",
817
+ "cobalt#baseurl",
818
+ "cobalt#installtempl",
819
+ "cobalt#token",
820
+ "document",
821
+ "foodoc",
822
+ "frontend",
823
+ "function",
824
+ "given",
825
+ "global",
826
+ "handlebar",
827
+ "index",
828
+ "instal",
829
+ "installtempl",
830
+ "jsdoc3",
831
+ "list",
832
+ "list:class",
833
+ "lt;async&gt",
834
+ "member",
835
+ "promise.<workflow&gt",
836
+ "readm",
837
+ "sdk",
838
+ "templat",
839
+ "token"
840
+ ],
841
+ "pipeline": [
842
+ "trimmer",
843
+ "stopWordFilter",
844
+ "stemmer"
845
+ ]
846
+ },
847
+ "store": {
848
+ "index.html": {
849
+ "id": "index.html",
850
+ "kind": "readme",
851
+ "title": "FooDoc",
852
+ "longname": "index",
853
+ "name": "FooDoc",
854
+ "tags": "index",
855
+ "summary": "A Bootstrap and Handlebars based template for JSDoc3.",
856
+ "description": "",
857
+ "body": ""
858
+ },
859
+ "global.html": {
860
+ "id": "global.html",
861
+ "kind": "global",
862
+ "title": "Globals",
863
+ "longname": "global",
864
+ "name": "Globals",
865
+ "tags": "global",
866
+ "summary": "All documented globals.",
867
+ "description": "",
868
+ "body": ""
869
+ },
870
+ "list_class.html": {
871
+ "id": "list_class.html",
872
+ "kind": "list",
873
+ "title": "Classes",
874
+ "longname": "list:class",
875
+ "name": "Classes",
876
+ "tags": "list:class",
877
+ "summary": "All documented classes.",
878
+ "description": "",
879
+ "body": ""
880
+ },
881
+ "Cobalt.html": {
882
+ "id": "Cobalt.html",
883
+ "kind": "class",
884
+ "title": "Cobalt",
885
+ "longname": "Cobalt",
886
+ "name": "Cobalt",
887
+ "tags": "Cobalt",
888
+ "summary": "",
889
+ "description": "Cobalt Frontend SDK",
890
+ "body": ""
891
+ },
892
+ "Cobalt.html#token": {
893
+ "id": "Cobalt.html#token",
894
+ "kind": "member",
895
+ "title": "token",
896
+ "longname": "Cobalt#token",
897
+ "name": "token",
898
+ "tags": "Cobalt#token token",
899
+ "summary": "",
900
+ "description": ""
901
+ },
902
+ "Cobalt.html#baseUrl": {
903
+ "id": "Cobalt.html#baseUrl",
904
+ "kind": "member",
905
+ "title": "baseUrl",
906
+ "longname": "Cobalt#baseUrl",
907
+ "name": "baseUrl",
908
+ "tags": "Cobalt#baseUrl baseUrl",
909
+ "summary": "",
910
+ "description": ""
911
+ },
912
+ "Cobalt.html#installTemplate": {
913
+ "id": "Cobalt.html#installTemplate",
914
+ "kind": "function",
915
+ "title": "<async> installTemplate() → {Promise.<Workflow>}",
916
+ "longname": "Cobalt#installTemplate",
917
+ "name": "installTemplate",
918
+ "tags": "Cobalt#installTemplate installTemplate",
919
+ "summary": "",
920
+ "description": "Install the given template."
921
+ }
922
+ }
923
+ }