@bartificer/linkify 2.3.5 → 2.4.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 (102) hide show
  1. package/README.md +135 -35
  2. package/dist/index.js +1 -1
  3. package/docs/LinkData.class.mjs.html +119 -56
  4. package/docs/LinkTemplate.class.mjs.html +120 -36
  5. package/docs/Linkifier.class.mjs.html +141 -66
  6. package/docs/PageData.class.mjs.html +145 -72
  7. package/docs/defaults.mjs.html +136 -12
  8. package/docs/docdash-overrides.css +11 -0
  9. package/docs/externals.jsdoc.html +95 -4
  10. package/docs/fonts/Montserrat/Montserrat-Bold.eot +0 -0
  11. package/docs/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
  12. package/docs/fonts/Montserrat/Montserrat-Bold.woff +0 -0
  13. package/docs/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
  14. package/docs/fonts/Montserrat/Montserrat-Regular.eot +0 -0
  15. package/docs/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
  16. package/docs/fonts/Montserrat/Montserrat-Regular.woff +0 -0
  17. package/docs/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
  18. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
  19. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +978 -0
  20. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
  21. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
  22. package/docs/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
  23. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
  24. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +1049 -0
  25. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
  26. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
  27. package/docs/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
  28. package/docs/global.html +1276 -0
  29. package/docs/index.html +1018 -26
  30. package/docs/index.js.html +143 -17
  31. package/docs/mermaid-init.js +21 -0
  32. package/docs/module-cheerio.html +193 -3
  33. package/docs/module-defaults.html +680 -3
  34. package/docs/module-link-data.LinkData.html +813 -0
  35. package/docs/module-link-data.html +226 -0
  36. package/docs/module-link-template.LinkTemplate.html +792 -0
  37. package/docs/module-link-template.html +226 -0
  38. package/docs/module-linkifier.Linkifier.html +2050 -0
  39. package/docs/module-linkifier.html +236 -0
  40. package/docs/module-linkify.html +810 -3
  41. package/docs/module-mustache.html +193 -3
  42. package/docs/module-node-fetch.html +193 -3
  43. package/docs/module-page-data.PageData.html +1810 -0
  44. package/docs/module-page-data.html +226 -0
  45. package/docs/module-title-case.html +193 -3
  46. package/docs/module-urijs.html +193 -3
  47. package/docs/module-url-slug.html +193 -3
  48. package/docs/module-utilities.html +1518 -3
  49. package/docs/scripts/collapse.js +39 -0
  50. package/docs/scripts/commonNav.js +28 -0
  51. package/docs/scripts/linenumber.js +25 -0
  52. package/docs/scripts/nav.js +12 -0
  53. package/docs/scripts/polyfill.js +4 -0
  54. package/docs/scripts/{third-party → prettify}/Apache-License-2.0.txt +202 -202
  55. package/docs/scripts/prettify/lang-css.js +2 -0
  56. package/docs/scripts/prettify/prettify.js +28 -0
  57. package/docs/scripts/search.js +99 -265
  58. package/docs/styles/jsdoc.css +776 -0
  59. package/docs/styles/prettify.css +80 -0
  60. package/docs/typedefs.jsdoc.html +145 -0
  61. package/docs/utilities.mjs.html +154 -22
  62. package/examples/clipboardURLToMarkdown.mjs +80 -1
  63. package/package.json +5 -3
  64. package/src/LinkData.class.mjs +24 -52
  65. package/src/LinkTemplate.class.mjs +25 -32
  66. package/src/Linkifier.class.mjs +46 -62
  67. package/src/PageData.class.mjs +50 -68
  68. package/src/defaults.mjs +42 -8
  69. package/src/index.js +48 -13
  70. package/src/typedefs.jsdoc +52 -0
  71. package/src/utilities.mjs +59 -18
  72. package/docs/data/search.json +0 -1
  73. package/docs/fonts/Inconsolata-Regular.ttf +0 -0
  74. package/docs/fonts/OpenSans-Regular.ttf +0 -0
  75. package/docs/fonts/WorkSans-Bold.ttf +0 -0
  76. package/docs/module-LinkData.LinkData.html +0 -13
  77. package/docs/module-LinkData.html +0 -3
  78. package/docs/module-LinkTemplate.LinkTemplate.html +0 -3
  79. package/docs/module-LinkTemplate.html +0 -3
  80. package/docs/module-Linkifier.Linkifier.html +0 -3
  81. package/docs/module-Linkifier.html +0 -3
  82. package/docs/module-PageData.PageData.html +0 -15
  83. package/docs/module-PageData.html +0 -3
  84. package/docs/scripts/core.js +0 -726
  85. package/docs/scripts/core.min.js +0 -23
  86. package/docs/scripts/resize.js +0 -90
  87. package/docs/scripts/search.min.js +0 -6
  88. package/docs/scripts/third-party/fuse.js +0 -9
  89. package/docs/scripts/third-party/hljs-line-num-original.js +0 -369
  90. package/docs/scripts/third-party/hljs-line-num.js +0 -1
  91. package/docs/scripts/third-party/hljs-original.js +0 -5171
  92. package/docs/scripts/third-party/hljs.js +0 -1
  93. package/docs/scripts/third-party/popper.js +0 -5
  94. package/docs/scripts/third-party/tippy.js +0 -1
  95. package/docs/scripts/third-party/tocbot.js +0 -672
  96. package/docs/scripts/third-party/tocbot.min.js +0 -1
  97. package/docs/styles/clean-jsdoc-theme-base.css +0 -1159
  98. package/docs/styles/clean-jsdoc-theme-dark.css +0 -412
  99. package/docs/styles/clean-jsdoc-theme-light.css +0 -482
  100. package/docs/styles/clean-jsdoc-theme-scrollbar.css +0 -30
  101. package/docs/styles/clean-jsdoc-theme-without-scrollbar.min.css +0 -1
  102. package/docs/styles/clean-jsdoc-theme.min.css +0 -1
@@ -0,0 +1,1810 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+
5
+ <meta charset="utf-8">
6
+ <title>PageData - @bartificer/linkify Documentation</title>
7
+
8
+ <meta name="description" content="Documentation for the @bartificer/linkify package" />
9
+
10
+ <meta name="keywords" content="documentation, linkify, link, template, javascript, generator, npm, module, package" />
11
+ <meta name="keyword" content="documentation, linkify, link, template, javascript, generator, npm, module, package" />
12
+
13
+
14
+
15
+ <meta property="og:title" content="@bartificer/linkify"/>
16
+ <meta property="og:type" content="website"/>
17
+ <meta property="og:image" content=""/>
18
+ <meta property="og:site_name" content="@bartificer/linkify Documentation"/>
19
+ <meta property="og:url" content="https://bartificer.github.io/linkify/"/>
20
+
21
+ <script src="scripts/prettify/prettify.js"></script>
22
+ <script src="scripts/prettify/lang-css.js"></script>
23
+ <!--[if lt IE 9]>
24
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
25
+ <![endif]-->
26
+ <link type="text/css" rel="stylesheet" href="styles/prettify.css">
27
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc.css">
28
+ <script src="scripts/nav.js" defer></script>
29
+
30
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
31
+ </head>
32
+ <body>
33
+
34
+ <input type="checkbox" id="nav-trigger" class="nav-trigger" />
35
+ <label for="nav-trigger" class="navicon-button x">
36
+ <div class="navicon"></div>
37
+ </label>
38
+
39
+ <label for="nav-trigger" class="overlay"></label>
40
+
41
+ <nav class="wrap">
42
+
43
+ <input type="text" id="nav-search" placeholder="Search" />
44
+
45
+
46
+ <h2><a href="index.html">Home</a></h2><h2><a href="https://github.com/bartificer/linkify" target="_blank" >On GitHub</a></h2><h2><a href="https://bartificer.net/" target="_blank" >Bartificer Creations</a></h2><h3>Modules</h3><ul><li><a href="module-defaults.html">defaults</a><ul class='members'><li data-type='member'><a href="module-defaults.html#.linkTemplates">linkTemplates</a></li><li data-type='member'><a href="module-defaults.html#.smallWords">smallWords</a></li><li data-type='member'><a href="module-defaults.html#.speciallyCapitalisedWords">speciallyCapitalisedWords</a></li></ul><ul class='methods'><li data-type='method'><a href="module-defaults.html#.dataTransformer">dataTransformer</a></li></ul></li><li><a href="module-link-data.html">link-data</a></li><li><a href="module-link-template.html">link-template</a></li><li><a href="module-linkifier.html">linkifier</a></li><li><a href="module-linkify.html">linkify</a><ul class='members'><li data-type='member'><a href="module-linkify.html#.LinkData">LinkData</a></li><li data-type='member'><a href="module-linkify.html#.LinkTemplate">LinkTemplate</a></li><li data-type='member'><a href="module-linkify.html#.Linkifier">Linkifier</a></li><li data-type='member'><a href="module-linkify.html#.PageData">PageData</a></li><li data-type='member'><a href="module-linkify.html#.VERSION">VERSION</a></li><li data-type='member'><a href="module-linkify.html#.default">default</a></li><li data-type='member'><a href="module-linkify.html#.linkify">linkify</a></li></ul></li><li><a href="module-page-data.html">page-data</a></li><li><a href="module-utilities.html">utilities</a><ul class='methods'><li data-type='method'><a href="module-utilities.html#.batchFixCustomWordCases">batchFixCustomWordCases</a></li><li data-type='method'><a href="module-utilities.html#.escapeRegex">escapeRegex</a></li><li data-type='method'><a href="module-utilities.html#.extractSlug">extractSlug</a></li><li data-type='method'><a href="module-utilities.html#.regulariseWhitespace">regulariseWhitespace</a></li><li data-type='method'><a href="module-utilities.html#.stripQueryString">stripQueryString</a></li><li data-type='method'><a href="module-utilities.html#.stripUTMParameters">stripUTMParameters</a></li><li data-type='method'><a href="module-utilities.html#.toTitleCase">toTitleCase</a></li></ul></li></ul><h3>Classes</h3><ul><li><a href="module-link-data.LinkData.html">LinkData</a><ul class='methods'><li data-type='method'><a href="module-link-data.LinkData.html#asPlainObject">asPlainObject</a></li></ul></li><li><a href="module-link-template.LinkTemplate.html">LinkTemplate</a><ul class='methods'><li data-type='method'><a href="module-link-template.LinkTemplate.html#addFilter">addFilter</a></li><li data-type='method'><a href="module-link-template.LinkTemplate.html#filtersFor">filtersFor</a></li></ul></li><li><a href="module-linkifier.Linkifier.html">Linkifier</a><ul class='methods'><li data-type='method'><a href="module-linkifier.Linkifier.html#fetchPageData">fetchPageData</a></li><li data-type='method'><a href="module-linkifier.Linkifier.html#generateLink">generateLink</a></li><li data-type='method'><a href="module-linkifier.Linkifier.html#getTemplate">getTemplate</a></li><li data-type='method'><a href="module-linkifier.Linkifier.html#getTemplateNameForDomain">getTemplateNameForDomain</a></li><li data-type='method'><a href="module-linkifier.Linkifier.html#getTransformerForDomain">getTransformerForDomain</a></li><li data-type='method'><a href="module-linkifier.Linkifier.html#registerDefaultTemplateMapping">registerDefaultTemplateMapping</a></li><li data-type='method'><a href="module-linkifier.Linkifier.html#registerTemplate">registerTemplate</a></li><li data-type='method'><a href="module-linkifier.Linkifier.html#registerTransformer">registerTransformer</a></li></ul></li><li><a href="module-page-data.PageData.html">PageData</a><ul class='methods'><li data-type='method'><a href="module-page-data.PageData.html#addSecondaryHeading">addSecondaryHeading</a></li><li data-type='method'><a href="module-page-data.PageData.html#addTopLevelHeading">addTopLevelHeading</a></li><li data-type='method'><a href="module-page-data.PageData.html#asPlainObject">asPlainObject</a></li><li data-type='method'><a href="module-page-data.PageData.html#h1">h1</a></li><li data-type='method'><a href="module-page-data.PageData.html#h2">h2</a></li></ul></li></ul><h3>Global</h3><ul><li><a href="global.html#dataTransformer">dataTransformer</a></li><li><a href="global.html#plainLinkInformationObject">plainLinkInformationObject</a></li><li><a href="global.html#plainPageInformationObject">plainPageInformationObject</a></li><li><a href="global.html#templateFieldFilterFunction">templateFieldFilterFunction</a></li><li><a href="global.html#templateFieldFilterTuple">templateFieldFilterTuple</a></li></ul><h3>Externals</h3><ul><li><a href="module-cheerio.html">cheerio</a></li><li><a href="module-mustache.html">mustache</a></li><li><a href="module-node-fetch.html">node-fetch</a></li><li><a href="module-title-case.html">title-case</a></li><li><a href="module-urijs.html">urijs</a></li><li><a href="module-url-slug.html">url-slug</a></li></ul>
47
+
48
+ </nav>
49
+
50
+ <div id="main">
51
+
52
+ <h1 class="page-title">PageData</h1>
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+ <section>
61
+
62
+ <header>
63
+
64
+ <h2>
65
+ <span class="ancestors"><a href="module-page-data.html">page-data</a>.</span>
66
+
67
+
68
+ PageData
69
+
70
+ </h2>
71
+
72
+ <div class="class-description usertext"><p>The information extracted from web pages that can be used to render a link.</p>
73
+ <p>Instances of this class are created from the information extracted from web pages and converted to link information by data transformers before being rendered to links via templates.</p></div>
74
+
75
+
76
+ </header>
77
+
78
+ <article>
79
+
80
+ <div class="container-overview">
81
+
82
+
83
+
84
+
85
+ <h2>Constructor</h2>
86
+
87
+
88
+ <h4 class="name" id="PageData"><span class="type-signature"></span>new PageData<span class="signature">(url)</span><span class="type-signature"></span></h4>
89
+
90
+
91
+
92
+
93
+
94
+
95
+ <dl class="details">
96
+
97
+
98
+
99
+ <dt class="tag-source">Source:</dt>
100
+ <dd class="tag-source"><ul class="dummy"><li>
101
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line20">line 20</a>
102
+ </li></ul></dd>
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+ <dt class="tag-see">See:</dt>
133
+ <dd class="tag-see">
134
+ <ul>
135
+ <li><a href="global.html#dataTransformer">dataTransformer</a> for details of how instances of this class are used in the link generation process.</li>
136
+ </ul>
137
+ </dd>
138
+
139
+
140
+
141
+ </dl>
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+ <h5 class="h5-parameters">Parameters:</h5>
156
+
157
+
158
+ <table class="params">
159
+ <thead>
160
+ <tr>
161
+
162
+ <th>Name</th>
163
+
164
+
165
+ <th>Type</th>
166
+
167
+
168
+
169
+
170
+
171
+ <th class="last">Description</th>
172
+ </tr>
173
+ </thead>
174
+
175
+ <tbody>
176
+
177
+
178
+ <tr>
179
+
180
+ <td class="name"><code>url</code></td>
181
+
182
+
183
+ <td class="type">
184
+
185
+
186
+ <span class="param-type">string</span>
187
+
188
+
189
+
190
+
191
+ </td>
192
+
193
+
194
+
195
+
196
+
197
+ <td class="description last"><p>The page's full URL.</p></td>
198
+ </tr>
199
+
200
+
201
+ </tbody>
202
+ </table>
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+ </div>
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+ <h3 class="subsection-title">Members</h3>
240
+
241
+
242
+
243
+ <h4 class="name" id="domain"><span class="type-signature type-signature-readonly">(readonly) </span>domain<span class="type-signature"> :string</span></h4>
244
+
245
+
246
+
247
+
248
+
249
+ <dl class="details">
250
+
251
+ <dt class="tag-description">Description:</dt>
252
+ <dd class="tag-description"><ul class="dummy"><li><p>The domain-part of the URL.</p></li></ul></dd>
253
+
254
+
255
+
256
+ <dt class="tag-source">Source:</dt>
257
+ <dd class="tag-source"><ul class="dummy"><li>
258
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line85">line 85</a>
259
+ </li></ul></dd>
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+ </dl>
292
+
293
+
294
+
295
+
296
+
297
+ <div class="description usertext">
298
+ <p>The domain-part of the URL.</p>
299
+ </div>
300
+
301
+
302
+
303
+ <h5 class="h5-types">Type:</h5>
304
+ <ul>
305
+ <li>
306
+
307
+ <span class="param-type">string</span>
308
+
309
+
310
+
311
+ </li>
312
+ </ul>
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+ <h4 class="name" id="h1s"><span class="type-signature type-signature-readonly">(readonly) </span>h1s<span class="type-signature"></span></h4>
322
+
323
+
324
+
325
+
326
+
327
+ <dl class="details">
328
+
329
+ <dt class="tag-description">Description:</dt>
330
+ <dd class="tag-description"><ul class="dummy"><li><p>An alias for <code>.topLevelHeadings</code>.</p></li></ul></dd>
331
+
332
+
333
+
334
+ <dt class="tag-source">Source:</dt>
335
+ <dd class="tag-source"><ul class="dummy"><li>
336
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line148">line 148</a>
337
+ </li></ul></dd>
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+ <dt class="tag-see">See:</dt>
368
+ <dd class="tag-see">
369
+ <ul>
370
+ <li><a href="module-page-data.PageData.html#topLevelHeadings">module:page-data.PageData#topLevelHeadings</a></li>
371
+ </ul>
372
+ </dd>
373
+
374
+
375
+
376
+ </dl>
377
+
378
+
379
+
380
+
381
+
382
+ <div class="description usertext">
383
+ <p>An alias for <code>.topLevelHeadings</code>.</p>
384
+ </div>
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+ <h4 class="name" id="h2s"><span class="type-signature type-signature-readonly">(readonly) </span>h2s<span class="type-signature"></span></h4>
396
+
397
+
398
+
399
+
400
+
401
+ <dl class="details">
402
+
403
+ <dt class="tag-description">Description:</dt>
404
+ <dd class="tag-description"><ul class="dummy"><li><p>An alias for <code>.secondaryHeadings</code>.</p></li></ul></dd>
405
+
406
+
407
+
408
+ <dt class="tag-source">Source:</dt>
409
+ <dd class="tag-source"><ul class="dummy"><li>
410
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line170">line 170</a>
411
+ </li></ul></dd>
412
+
413
+
414
+
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+
441
+ <dt class="tag-see">See:</dt>
442
+ <dd class="tag-see">
443
+ <ul>
444
+ <li><a href="module-page-data.PageData.html#secondaryHeadings">module:page-data.PageData#secondaryHeadings</a></li>
445
+ </ul>
446
+ </dd>
447
+
448
+
449
+
450
+ </dl>
451
+
452
+
453
+
454
+
455
+
456
+ <div class="description usertext">
457
+ <p>An alias for <code>.secondaryHeadings</code>.</p>
458
+ </div>
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+ <h4 class="name" id="headings"><span class="type-signature type-signature-readonly">(readonly) </span>headings<span class="type-signature"> :Object</span></h4>
470
+
471
+
472
+
473
+
474
+
475
+ <dl class="details">
476
+
477
+ <dt class="tag-description">Description:</dt>
478
+ <dd class="tag-description"><ul class="dummy"><li><p>The page's primary and secondary headings.</p></li></ul></dd>
479
+
480
+
481
+
482
+ <dt class="tag-source">Source:</dt>
483
+ <dd class="tag-source"><ul class="dummy"><li>
484
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line116">line 116</a>
485
+ </li></ul></dd>
486
+
487
+
488
+
489
+
490
+
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+
506
+
507
+
508
+
509
+
510
+
511
+
512
+
513
+
514
+
515
+
516
+
517
+ </dl>
518
+
519
+
520
+
521
+ <h5 class="subsection-title">Properties:</h5>
522
+
523
+
524
+
525
+ <table class="props">
526
+ <thead>
527
+ <tr>
528
+
529
+ <th>Name</th>
530
+
531
+
532
+ <th>Type</th>
533
+
534
+
535
+
536
+
537
+
538
+ <th class="last">Description</th>
539
+ </tr>
540
+ </thead>
541
+
542
+ <tbody>
543
+
544
+
545
+ <tr>
546
+
547
+ <td class="name"><code>h1</code></td>
548
+
549
+
550
+ <td class="type">
551
+
552
+
553
+ <span class="param-type">Array.&lt;string></span>
554
+
555
+
556
+
557
+
558
+ </td>
559
+
560
+
561
+
562
+
563
+
564
+ <td class="description last"><p>The page's top-level headings (<code>h1</code> tags).</p></td>
565
+ </tr>
566
+
567
+
568
+
569
+ <tr>
570
+
571
+ <td class="name"><code>h2</code></td>
572
+
573
+
574
+ <td class="type">
575
+
576
+
577
+ <span class="param-type">Array.&lt;string></span>
578
+
579
+
580
+
581
+
582
+ </td>
583
+
584
+
585
+
586
+
587
+
588
+ <td class="description last"><p>The page's secondary headings (<code>h2</code> tags).</p></td>
589
+ </tr>
590
+
591
+
592
+ </tbody>
593
+ </table>
594
+
595
+
596
+
597
+
598
+
599
+
600
+ <div class="description usertext">
601
+ <p>The page's primary and secondary headings.</p>
602
+ </div>
603
+
604
+
605
+
606
+ <h5 class="h5-types">Type:</h5>
607
+ <ul>
608
+ <li>
609
+
610
+ <span class="param-type">Object</span>
611
+
612
+
613
+
614
+ </li>
615
+ </ul>
616
+
617
+
618
+
619
+
620
+
621
+
622
+
623
+
624
+ <h4 class="name" id="mainHeading"><span class="type-signature type-signature-readonly">(readonly) </span>mainHeading<span class="type-signature"> :string</span></h4>
625
+
626
+
627
+
628
+
629
+
630
+ <dl class="details">
631
+
632
+ <dt class="tag-description">Description:</dt>
633
+ <dd class="tag-description"><ul class="dummy"><li><p>The text from the most important heading on the page. If the page
634
+ has <code>h1</code> tags, the first one will be used, if not, the first <code>h2</code> tag
635
+ will be used, and if there's none of those either, an empty string will
636
+ be returned.</p></li></ul></dd>
637
+
638
+
639
+
640
+ <dt class="tag-source">Source:</dt>
641
+ <dd class="tag-source"><ul class="dummy"><li>
642
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line182">line 182</a>
643
+ </li></ul></dd>
644
+
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+
653
+
654
+
655
+
656
+
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+ </dl>
676
+
677
+
678
+
679
+
680
+
681
+ <div class="description usertext">
682
+ <p>The text from the most important heading on the page. If the page
683
+ has <code>h1</code> tags, the first one will be used, if not, the first <code>h2</code> tag
684
+ will be used, and if there's none of those either, an empty string will
685
+ be returned.</p>
686
+ </div>
687
+
688
+
689
+
690
+ <h5 class="h5-types">Type:</h5>
691
+ <ul>
692
+ <li>
693
+
694
+ <span class="param-type">string</span>
695
+
696
+
697
+
698
+ </li>
699
+ </ul>
700
+
701
+
702
+
703
+
704
+
705
+
706
+
707
+
708
+ <h4 class="name" id="path"><span class="type-signature type-signature-readonly">(readonly) </span>path<span class="type-signature"> :string</span></h4>
709
+
710
+
711
+
712
+
713
+
714
+ <dl class="details">
715
+
716
+ <dt class="tag-description">Description:</dt>
717
+ <dd class="tag-description"><ul class="dummy"><li><p>The path-part of the URL.</p></li></ul></dd>
718
+
719
+
720
+
721
+ <dt class="tag-source">Source:</dt>
722
+ <dd class="tag-source"><ul class="dummy"><li>
723
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line94">line 94</a>
724
+ </li></ul></dd>
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+
739
+
740
+
741
+
742
+
743
+
744
+
745
+
746
+
747
+
748
+
749
+
750
+
751
+
752
+
753
+
754
+
755
+
756
+ </dl>
757
+
758
+
759
+
760
+
761
+
762
+ <div class="description usertext">
763
+ <p>The path-part of the URL.</p>
764
+ </div>
765
+
766
+
767
+
768
+ <h5 class="h5-types">Type:</h5>
769
+ <ul>
770
+ <li>
771
+
772
+ <span class="param-type">string</span>
773
+
774
+
775
+
776
+ </li>
777
+ </ul>
778
+
779
+
780
+
781
+
782
+
783
+
784
+
785
+
786
+ <h4 class="name" id="secondaryHeadings"><span class="type-signature type-signature-readonly">(readonly) </span>secondaryHeadings<span class="type-signature"> :Array.&lt;string></span></h4>
787
+
788
+
789
+
790
+
791
+
792
+ <dl class="details">
793
+
794
+ <dt class="tag-description">Description:</dt>
795
+ <dd class="tag-description"><ul class="dummy"><li><p>The page's secondary headings (<code>h2</code> tags).</p></li></ul></dd>
796
+
797
+
798
+
799
+ <dt class="tag-source">Source:</dt>
800
+ <dd class="tag-source"><ul class="dummy"><li>
801
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line157">line 157</a>
802
+ </li></ul></dd>
803
+
804
+
805
+
806
+
807
+
808
+
809
+
810
+
811
+
812
+
813
+
814
+
815
+
816
+
817
+
818
+
819
+
820
+
821
+
822
+
823
+
824
+
825
+
826
+
827
+
828
+
829
+
830
+
831
+
832
+
833
+
834
+ </dl>
835
+
836
+
837
+
838
+
839
+
840
+ <div class="description usertext">
841
+ <p>The page's secondary headings (<code>h2</code> tags).</p>
842
+ </div>
843
+
844
+
845
+
846
+ <h5 class="h5-types">Type:</h5>
847
+ <ul>
848
+ <li>
849
+
850
+ <span class="param-type">Array.&lt;string></span>
851
+
852
+
853
+
854
+ </li>
855
+ </ul>
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+
864
+ <h4 class="name" id="title"><span class="type-signature"></span>title<span class="type-signature"> :string</span></h4>
865
+
866
+
867
+
868
+
869
+
870
+ <dl class="details">
871
+
872
+ <dt class="tag-description">Description:</dt>
873
+ <dd class="tag-description"><ul class="dummy"><li><p>The page's title. Values are coerced to strings with <code>String(title)</code>.</p></li></ul></dd>
874
+
875
+
876
+
877
+ <dt class="tag-source">Source:</dt>
878
+ <dd class="tag-source"><ul class="dummy"><li>
879
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line102">line 102</a>
880
+ </li></ul></dd>
881
+
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+
890
+
891
+
892
+
893
+
894
+
895
+
896
+
897
+
898
+
899
+
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+
908
+
909
+
910
+
911
+
912
+ </dl>
913
+
914
+
915
+
916
+
917
+
918
+ <div class="description usertext">
919
+ <p>The page's title. Values are coerced to strings with <code>String(title)</code>.</p>
920
+ </div>
921
+
922
+
923
+
924
+ <h5 class="h5-types">Type:</h5>
925
+ <ul>
926
+ <li>
927
+
928
+ <span class="param-type">string</span>
929
+
930
+
931
+
932
+ </li>
933
+ </ul>
934
+
935
+
936
+
937
+
938
+
939
+
940
+
941
+
942
+ <h4 class="name" id="topLevelHeadings"><span class="type-signature type-signature-readonly">(readonly) </span>topLevelHeadings<span class="type-signature"> :Array.&lt;string></span></h4>
943
+
944
+
945
+
946
+
947
+
948
+ <dl class="details">
949
+
950
+ <dt class="tag-description">Description:</dt>
951
+ <dd class="tag-description"><ul class="dummy"><li><p>The page's top-level headings (<code>h1</code> tags).</p></li></ul></dd>
952
+
953
+
954
+
955
+ <dt class="tag-source">Source:</dt>
956
+ <dd class="tag-source"><ul class="dummy"><li>
957
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line135">line 135</a>
958
+ </li></ul></dd>
959
+
960
+
961
+
962
+
963
+
964
+
965
+
966
+
967
+
968
+
969
+
970
+
971
+
972
+
973
+
974
+
975
+
976
+
977
+
978
+
979
+
980
+
981
+
982
+
983
+
984
+
985
+
986
+
987
+
988
+
989
+
990
+ </dl>
991
+
992
+
993
+
994
+
995
+
996
+ <div class="description usertext">
997
+ <p>The page's top-level headings (<code>h1</code> tags).</p>
998
+ </div>
999
+
1000
+
1001
+
1002
+ <h5 class="h5-types">Type:</h5>
1003
+ <ul>
1004
+ <li>
1005
+
1006
+ <span class="param-type">Array.&lt;string></span>
1007
+
1008
+
1009
+
1010
+ </li>
1011
+ </ul>
1012
+
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+
1020
+ <h4 class="name" id="uri"><span class="type-signature type-signature-readonly">(readonly) </span>uri<span class="type-signature"> :<a href="module-urijs.html">module:urijs</a></span></h4>
1021
+
1022
+
1023
+
1024
+
1025
+
1026
+ <dl class="details">
1027
+
1028
+
1029
+
1030
+ <dt class="tag-source">Source:</dt>
1031
+ <dd class="tag-source"><ul class="dummy"><li>
1032
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line76">line 76</a>
1033
+ </li></ul></dd>
1034
+
1035
+
1036
+
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+
1051
+
1052
+
1053
+
1054
+
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+
1063
+
1064
+
1065
+ </dl>
1066
+
1067
+
1068
+
1069
+
1070
+
1071
+
1072
+
1073
+ <h5 class="h5-types">Type:</h5>
1074
+ <ul>
1075
+ <li>
1076
+
1077
+ <span class="param-type"><a href="module-urijs.html">module:urijs</a></span>
1078
+
1079
+
1080
+
1081
+ </li>
1082
+ </ul>
1083
+
1084
+
1085
+
1086
+
1087
+
1088
+
1089
+
1090
+
1091
+ <h4 class="name" id="url"><span class="type-signature"></span>url<span class="type-signature"> :string</span></h4>
1092
+
1093
+
1094
+
1095
+
1096
+
1097
+ <dl class="details">
1098
+
1099
+
1100
+
1101
+ <dt class="tag-source">Source:</dt>
1102
+ <dd class="tag-source"><ul class="dummy"><li>
1103
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line65">line 65</a>
1104
+ </li></ul></dd>
1105
+
1106
+
1107
+
1108
+
1109
+
1110
+
1111
+
1112
+
1113
+
1114
+
1115
+
1116
+
1117
+
1118
+
1119
+
1120
+
1121
+
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+
1134
+
1135
+
1136
+ </dl>
1137
+
1138
+
1139
+
1140
+
1141
+
1142
+
1143
+
1144
+ <h5 class="h5-types">Type:</h5>
1145
+ <ul>
1146
+ <li>
1147
+
1148
+ <span class="param-type">string</span>
1149
+
1150
+
1151
+
1152
+ </li>
1153
+ </ul>
1154
+
1155
+
1156
+
1157
+
1158
+
1159
+
1160
+
1161
+
1162
+
1163
+
1164
+ <h3 class="subsection-title">Methods</h3>
1165
+
1166
+
1167
+
1168
+
1169
+
1170
+
1171
+ <h4 class="name" id="addSecondaryHeading"><span class="type-signature"></span>addSecondaryHeading<span class="signature">(h2Text)</span><span class="type-signature"> &rarr; {<a href="module-page-data.PageData.html">module:page-data.PageData</a>}</span></h4>
1172
+
1173
+
1174
+
1175
+
1176
+
1177
+
1178
+ <dl class="details">
1179
+
1180
+ <dt class="tag-description">Description:</dt>
1181
+ <dd class="tag-description"><ul class="dummy"><li><p>Add a seconary heading.</p></li></ul></dd>
1182
+
1183
+
1184
+
1185
+ <dt class="tag-source">Source:</dt>
1186
+ <dd class="tag-source"><ul class="dummy"><li>
1187
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line212">line 212</a>
1188
+ </li></ul></dd>
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+
1200
+
1201
+
1202
+
1203
+
1204
+
1205
+
1206
+
1207
+
1208
+
1209
+
1210
+
1211
+
1212
+
1213
+
1214
+
1215
+
1216
+
1217
+
1218
+
1219
+
1220
+ </dl>
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+
1227
+
1228
+
1229
+
1230
+
1231
+
1232
+
1233
+
1234
+ <h5 class="h5-parameters">Parameters:</h5>
1235
+
1236
+
1237
+ <table class="params">
1238
+ <thead>
1239
+ <tr>
1240
+
1241
+ <th>Name</th>
1242
+
1243
+
1244
+ <th>Type</th>
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+ <th class="last">Description</th>
1251
+ </tr>
1252
+ </thead>
1253
+
1254
+ <tbody>
1255
+
1256
+
1257
+ <tr>
1258
+
1259
+ <td class="name"><code>h2Text</code></td>
1260
+
1261
+
1262
+ <td class="type">
1263
+
1264
+
1265
+ <span class="param-type">string</span>
1266
+
1267
+
1268
+
1269
+
1270
+ </td>
1271
+
1272
+
1273
+
1274
+
1275
+
1276
+ <td class="description last"></td>
1277
+ </tr>
1278
+
1279
+
1280
+ </tbody>
1281
+ </table>
1282
+
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+ <h5 class="h5-returns">Returns:</h5>
1299
+
1300
+
1301
+ <div class="param-desc">
1302
+ <p>A reference to self to
1303
+ facilitate function chaning.</p>
1304
+ </div>
1305
+
1306
+
1307
+
1308
+ <dl class="param-type">
1309
+ <dt>
1310
+ Type
1311
+ </dt>
1312
+ <dd>
1313
+
1314
+ <span class="param-type"><a href="module-page-data.PageData.html">module:page-data.PageData</a></span>
1315
+
1316
+
1317
+
1318
+ </dd>
1319
+ </dl>
1320
+
1321
+
1322
+
1323
+
1324
+
1325
+
1326
+
1327
+
1328
+
1329
+
1330
+ <h4 class="name" id="addTopLevelHeading"><span class="type-signature"></span>addTopLevelHeading<span class="signature">(h1Text)</span><span class="type-signature"> &rarr; {<a href="module-page-data.PageData.html">module:page-data.PageData</a>}</span></h4>
1331
+
1332
+
1333
+
1334
+
1335
+
1336
+
1337
+ <dl class="details">
1338
+
1339
+ <dt class="tag-description">Description:</dt>
1340
+ <dd class="tag-description"><ul class="dummy"><li><p>Add a top-level heading.</p></li></ul></dd>
1341
+
1342
+
1343
+
1344
+ <dt class="tag-source">Source:</dt>
1345
+ <dd class="tag-source"><ul class="dummy"><li>
1346
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line199">line 199</a>
1347
+ </li></ul></dd>
1348
+
1349
+
1350
+
1351
+
1352
+
1353
+
1354
+
1355
+
1356
+
1357
+
1358
+
1359
+
1360
+
1361
+
1362
+
1363
+
1364
+
1365
+
1366
+
1367
+
1368
+
1369
+
1370
+
1371
+
1372
+
1373
+
1374
+
1375
+
1376
+
1377
+
1378
+
1379
+ </dl>
1380
+
1381
+
1382
+
1383
+
1384
+
1385
+
1386
+
1387
+
1388
+
1389
+
1390
+
1391
+
1392
+
1393
+ <h5 class="h5-parameters">Parameters:</h5>
1394
+
1395
+
1396
+ <table class="params">
1397
+ <thead>
1398
+ <tr>
1399
+
1400
+ <th>Name</th>
1401
+
1402
+
1403
+ <th>Type</th>
1404
+
1405
+
1406
+
1407
+
1408
+
1409
+ <th class="last">Description</th>
1410
+ </tr>
1411
+ </thead>
1412
+
1413
+ <tbody>
1414
+
1415
+
1416
+ <tr>
1417
+
1418
+ <td class="name"><code>h1Text</code></td>
1419
+
1420
+
1421
+ <td class="type">
1422
+
1423
+
1424
+ <span class="param-type">string</span>
1425
+
1426
+
1427
+
1428
+
1429
+ </td>
1430
+
1431
+
1432
+
1433
+
1434
+
1435
+ <td class="description last"></td>
1436
+ </tr>
1437
+
1438
+
1439
+ </tbody>
1440
+ </table>
1441
+
1442
+
1443
+
1444
+
1445
+
1446
+
1447
+
1448
+
1449
+
1450
+
1451
+
1452
+
1453
+
1454
+
1455
+
1456
+
1457
+ <h5 class="h5-returns">Returns:</h5>
1458
+
1459
+
1460
+ <div class="param-desc">
1461
+ <p>A reference to self to
1462
+ facilitate function chaning.</p>
1463
+ </div>
1464
+
1465
+
1466
+
1467
+ <dl class="param-type">
1468
+ <dt>
1469
+ Type
1470
+ </dt>
1471
+ <dd>
1472
+
1473
+ <span class="param-type"><a href="module-page-data.PageData.html">module:page-data.PageData</a></span>
1474
+
1475
+
1476
+
1477
+ </dd>
1478
+ </dl>
1479
+
1480
+
1481
+
1482
+
1483
+
1484
+
1485
+
1486
+
1487
+
1488
+
1489
+ <h4 class="name" id="asPlainObject"><span class="type-signature"></span>asPlainObject<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="global.html#plainPageInformationObject">plainPageInformationObject</a>}</span></h4>
1490
+
1491
+
1492
+
1493
+
1494
+
1495
+
1496
+ <dl class="details">
1497
+
1498
+ <dt class="tag-description">Description:</dt>
1499
+ <dd class="tag-description"><ul class="dummy"><li><p>Get the page data as a plain object.</p></li></ul></dd>
1500
+
1501
+
1502
+
1503
+ <dt class="tag-source">Source:</dt>
1504
+ <dd class="tag-source"><ul class="dummy"><li>
1505
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line222">line 222</a>
1506
+ </li></ul></dd>
1507
+
1508
+
1509
+
1510
+
1511
+
1512
+
1513
+
1514
+
1515
+
1516
+
1517
+
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+
1524
+
1525
+
1526
+
1527
+
1528
+
1529
+
1530
+
1531
+
1532
+
1533
+
1534
+
1535
+
1536
+
1537
+
1538
+ </dl>
1539
+
1540
+
1541
+
1542
+
1543
+
1544
+
1545
+
1546
+
1547
+
1548
+
1549
+
1550
+
1551
+
1552
+
1553
+
1554
+
1555
+
1556
+
1557
+
1558
+
1559
+
1560
+
1561
+
1562
+
1563
+
1564
+
1565
+
1566
+ <h5 class="h5-returns">Returns:</h5>
1567
+
1568
+
1569
+
1570
+
1571
+ <dl class="param-type">
1572
+ <dt>
1573
+ Type
1574
+ </dt>
1575
+ <dd>
1576
+
1577
+ <span class="param-type"><a href="global.html#plainPageInformationObject">plainPageInformationObject</a></span>
1578
+
1579
+
1580
+
1581
+ </dd>
1582
+ </dl>
1583
+
1584
+
1585
+
1586
+
1587
+
1588
+
1589
+
1590
+
1591
+
1592
+
1593
+ <h4 class="name" id="h1"><span class="type-signature"></span>h1<span class="signature">()</span><span class="type-signature"></span></h4>
1594
+
1595
+
1596
+
1597
+
1598
+
1599
+
1600
+ <dl class="details">
1601
+
1602
+ <dt class="tag-description">Description:</dt>
1603
+ <dd class="tag-description"><ul class="dummy"><li><p>A shortcut for <code>.addTopLevelHeading()</code>.</p></li></ul></dd>
1604
+
1605
+
1606
+
1607
+ <dt class="tag-source">Source:</dt>
1608
+ <dd class="tag-source"><ul class="dummy"><li>
1609
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line236">line 236</a>
1610
+ </li></ul></dd>
1611
+
1612
+
1613
+
1614
+
1615
+
1616
+
1617
+
1618
+
1619
+
1620
+
1621
+
1622
+
1623
+
1624
+
1625
+
1626
+
1627
+
1628
+
1629
+
1630
+
1631
+
1632
+
1633
+
1634
+
1635
+
1636
+
1637
+
1638
+
1639
+
1640
+ <dt class="tag-see">See:</dt>
1641
+ <dd class="tag-see">
1642
+ <ul>
1643
+ <li><a href="module-page-data.PageData.html#addTopLevelHeading">module:page-data.PageData#addTopLevelHeading</a></li>
1644
+ </ul>
1645
+ </dd>
1646
+
1647
+
1648
+
1649
+ </dl>
1650
+
1651
+
1652
+
1653
+
1654
+
1655
+
1656
+
1657
+
1658
+
1659
+
1660
+
1661
+
1662
+
1663
+
1664
+
1665
+
1666
+
1667
+
1668
+
1669
+
1670
+
1671
+
1672
+
1673
+
1674
+
1675
+
1676
+
1677
+
1678
+
1679
+
1680
+
1681
+
1682
+
1683
+
1684
+
1685
+ <h4 class="name" id="h2"><span class="type-signature"></span>h2<span class="signature">()</span><span class="type-signature"></span></h4>
1686
+
1687
+
1688
+
1689
+
1690
+
1691
+
1692
+ <dl class="details">
1693
+
1694
+ <dt class="tag-description">Description:</dt>
1695
+ <dd class="tag-description"><ul class="dummy"><li><p>A shortcut for <code>.addSecondaryHeading()</code>.</p></li></ul></dd>
1696
+
1697
+
1698
+
1699
+ <dt class="tag-source">Source:</dt>
1700
+ <dd class="tag-source"><ul class="dummy"><li>
1701
+ <a href="PageData.class.mjs.html">PageData.class.mjs</a>, <a href="PageData.class.mjs.html#line245">line 245</a>
1702
+ </li></ul></dd>
1703
+
1704
+
1705
+
1706
+
1707
+
1708
+
1709
+
1710
+
1711
+
1712
+
1713
+
1714
+
1715
+
1716
+
1717
+
1718
+
1719
+
1720
+
1721
+
1722
+
1723
+
1724
+
1725
+
1726
+
1727
+
1728
+
1729
+
1730
+
1731
+
1732
+ <dt class="tag-see">See:</dt>
1733
+ <dd class="tag-see">
1734
+ <ul>
1735
+ <li><a href="module-page-data.PageData.html#addSecondaryHeading">module:page-data.PageData#addSecondaryHeading</a></li>
1736
+ </ul>
1737
+ </dd>
1738
+
1739
+
1740
+
1741
+ </dl>
1742
+
1743
+
1744
+
1745
+
1746
+
1747
+
1748
+
1749
+
1750
+
1751
+
1752
+
1753
+
1754
+
1755
+
1756
+
1757
+
1758
+
1759
+
1760
+
1761
+
1762
+
1763
+
1764
+
1765
+
1766
+
1767
+
1768
+
1769
+
1770
+
1771
+
1772
+
1773
+
1774
+
1775
+
1776
+
1777
+
1778
+ </article>
1779
+
1780
+ </section>
1781
+
1782
+
1783
+
1784
+
1785
+
1786
+
1787
+ </div>
1788
+
1789
+ <br class="clear">
1790
+
1791
+ <footer>
1792
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Apr 15 2026 17:49:51 GMT+0100 (Irish Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1793
+ </footer>
1794
+
1795
+ <script>prettyPrint();</script>
1796
+ <script src="scripts/polyfill.js"></script>
1797
+ <script src="scripts/linenumber.js"></script>
1798
+
1799
+ <script src="scripts/search.js" defer></script>
1800
+
1801
+
1802
+
1803
+ <link type="text/css" rel="stylesheet" href="./docdash-overrides.css">
1804
+
1805
+ <script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
1806
+
1807
+ <script src="./mermaid-init.js"></script>
1808
+
1809
+ </body>
1810
+ </html>