manifesto.js 4.2.21 → 4.2.23

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 (194) hide show
  1. package/README.md +4 -3
  2. package/dist-commonjs/AnnotationBody.d.ts +2 -0
  3. package/dist-commonjs/AnnotationBody.js +6 -0
  4. package/dist-commonjs/AnnotationBody.js.map +1 -1
  5. package/dist-commonjs/AnnotationList.js.map +1 -1
  6. package/dist-commonjs/Canvas.d.ts +2 -1
  7. package/dist-commonjs/Canvas.js +24 -6
  8. package/dist-commonjs/Canvas.js.map +1 -1
  9. package/dist-commonjs/Collection.js +8 -1
  10. package/dist-commonjs/Collection.js.map +1 -1
  11. package/dist-commonjs/Duration.js.map +1 -1
  12. package/dist-commonjs/IIIFResource.js +1 -1
  13. package/dist-commonjs/IIIFResource.js.map +1 -1
  14. package/dist-commonjs/Manifest.js +9 -3
  15. package/dist-commonjs/Manifest.js.map +1 -1
  16. package/dist-commonjs/PropertyValue.js.map +1 -1
  17. package/dist-commonjs/Range.js +8 -1
  18. package/dist-commonjs/Range.js.map +1 -1
  19. package/dist-commonjs/Sequence.js +8 -1
  20. package/dist-commonjs/Sequence.js.map +1 -1
  21. package/dist-commonjs/Serialisation.js.map +1 -1
  22. package/dist-commonjs/Utils.d.ts +1 -1
  23. package/dist-commonjs/Utils.js.map +1 -1
  24. package/dist-esmodule/Annotation.js +1 -1
  25. package/dist-esmodule/Annotation.js.map +1 -1
  26. package/dist-esmodule/AnnotationBody.d.ts +2 -0
  27. package/dist-esmodule/AnnotationBody.js +6 -0
  28. package/dist-esmodule/AnnotationBody.js.map +1 -1
  29. package/dist-esmodule/AnnotationList.js +1 -1
  30. package/dist-esmodule/AnnotationList.js.map +1 -1
  31. package/dist-esmodule/Canvas.d.ts +2 -1
  32. package/dist-esmodule/Canvas.js +26 -8
  33. package/dist-esmodule/Canvas.js.map +1 -1
  34. package/dist-esmodule/Collection.js +10 -3
  35. package/dist-esmodule/Collection.js.map +1 -1
  36. package/dist-esmodule/Duration.js.map +1 -1
  37. package/dist-esmodule/IIIFResource.js +3 -3
  38. package/dist-esmodule/IIIFResource.js.map +1 -1
  39. package/dist-esmodule/Manifest.js +11 -5
  40. package/dist-esmodule/Manifest.js.map +1 -1
  41. package/dist-esmodule/ManifestResource.js +2 -2
  42. package/dist-esmodule/ManifestResource.js.map +1 -1
  43. package/dist-esmodule/PropertyValue.js.map +1 -1
  44. package/dist-esmodule/Range.js +10 -3
  45. package/dist-esmodule/Range.js.map +1 -1
  46. package/dist-esmodule/Resource.js +1 -1
  47. package/dist-esmodule/Resource.js.map +1 -1
  48. package/dist-esmodule/Sequence.js +9 -2
  49. package/dist-esmodule/Sequence.js.map +1 -1
  50. package/dist-esmodule/Serialisation.js +1 -1
  51. package/dist-esmodule/Serialisation.js.map +1 -1
  52. package/dist-esmodule/Utils.d.ts +1 -1
  53. package/dist-esmodule/Utils.js +3 -3
  54. package/dist-esmodule/Utils.js.map +1 -1
  55. package/dist-umd/manifesto.js +1 -1
  56. package/dist-var/manifesto.js +1 -1
  57. package/docs/assets/hierarchy.js +1 -0
  58. package/docs/assets/highlight.css +64 -0
  59. package/docs/assets/icons.js +18 -0
  60. package/docs/assets/icons.svg +1 -0
  61. package/docs/assets/main.js +60 -0
  62. package/docs/assets/navigation.js +1 -0
  63. package/docs/assets/search.js +1 -0
  64. package/docs/assets/style.css +1633 -0
  65. package/docs/classes/Annotation.html +29 -0
  66. package/docs/classes/AnnotationBody.html +30 -0
  67. package/docs/classes/AnnotationList.html +13 -0
  68. package/docs/classes/AnnotationPage.html +25 -0
  69. package/docs/classes/Canvas.html +53 -0
  70. package/docs/classes/Collection.html +55 -0
  71. package/docs/classes/Deserialiser.html +10 -0
  72. package/docs/classes/Duration.html +5 -0
  73. package/docs/classes/IIIFResource.html +41 -0
  74. package/docs/classes/JSONLDResource.html +6 -0
  75. package/docs/classes/LabelValuePair.html +12 -0
  76. package/docs/classes/LanguageMap.html +199 -0
  77. package/docs/classes/LocalizedValue.html +21 -0
  78. package/docs/classes/Manifest.html +58 -0
  79. package/docs/classes/ManifestResource.html +24 -0
  80. package/docs/classes/PropertyValue.html +216 -0
  81. package/docs/classes/Range.html +37 -0
  82. package/docs/classes/Rendering.html +25 -0
  83. package/docs/classes/Resource.html +32 -0
  84. package/docs/classes/Sequence.html +48 -0
  85. package/docs/classes/Service.html +32 -0
  86. package/docs/classes/Size.html +4 -0
  87. package/docs/classes/Thumb.html +10 -0
  88. package/docs/classes/Thumbnail.html +32 -0
  89. package/docs/classes/TreeNode.html +14 -0
  90. package/docs/classes/Utils.html +39 -0
  91. package/docs/enums/ManifestType.html +4 -0
  92. package/docs/enums/StatusCode.html +5 -0
  93. package/docs/enums/TreeNodeType.html +4 -0
  94. package/docs/hierarchy.html +1 -0
  95. package/docs/index.html +22 -274
  96. package/docs/interfaces/IAccessToken.html +6 -0
  97. package/docs/interfaces/IExternalImageResourceData.html +8 -0
  98. package/docs/interfaces/IExternalResource.html +22 -0
  99. package/docs/interfaces/IExternalResourceData.html +6 -0
  100. package/docs/interfaces/IExternalResourceOptions.html +2 -0
  101. package/docs/interfaces/IManifestoOptions.html +7 -0
  102. package/docs/modules.html +1 -0
  103. package/docs/variables/loadManifest.html +1 -0
  104. package/docs/variables/parseManifest.html +1 -0
  105. package/eslint.config.cjs +25 -0
  106. package/package.json +24 -20
  107. package/pkg-tests/node-umd.js +3 -0
  108. package/test/fixtures/manifests.js +2 -1
  109. package/test/fixtures/pres3-annotations-embedded.json +66 -0
  110. package/test/index.js +1 -0
  111. package/test/tests/pres3-annotations-embedded.js +55 -0
  112. package/tsconfig.docs.json +13 -0
  113. package/types/index.d.ts +4 -1
  114. package/docs/assets/css/main.css +0 -865
  115. package/docs/assets/css/main.css.map +0 -7
  116. package/docs/assets/images/icons.png +0 -0
  117. package/docs/assets/images/icons@2x.png +0 -0
  118. package/docs/assets/images/widgets.png +0 -0
  119. package/docs/assets/images/widgets@2x.png +0 -0
  120. package/docs/assets/js/main.js +0 -5
  121. package/docs/assets/js/search.js +0 -3
  122. package/docs/classes/_annotation_.annotation.html +0 -809
  123. package/docs/classes/_annotationbody_.annotationbody.html +0 -788
  124. package/docs/classes/_annotationlist_.annotationlist.html +0 -443
  125. package/docs/classes/_annotationpage_.annotationpage.html +0 -719
  126. package/docs/classes/_canvas_.canvas.html +0 -1049
  127. package/docs/classes/_collection_.collection.html +0 -1286
  128. package/docs/classes/_duration_.duration.html +0 -284
  129. package/docs/classes/_iiifresource_.iiifresource.html +0 -995
  130. package/docs/classes/_jsonldresource_.jsonldresource.html +0 -309
  131. package/docs/classes/_labelvaluepair_.labelvaluepair.html +0 -417
  132. package/docs/classes/_language_.language.html +0 -255
  133. package/docs/classes/_languagemap_.languagemap.html +0 -2050
  134. package/docs/classes/_manifest_.manifest.html +0 -1482
  135. package/docs/classes/_manifestresource_.manifestresource.html +0 -710
  136. package/docs/classes/_range_.range.html +0 -1004
  137. package/docs/classes/_rendering_.rendering.html +0 -719
  138. package/docs/classes/_resource_.resource.html +0 -876
  139. package/docs/classes/_sequence_.sequence.html +0 -1308
  140. package/docs/classes/_serialisation_.deserialiser.html +0 -438
  141. package/docs/classes/_service_.service.html +0 -884
  142. package/docs/classes/_size_.size.html +0 -255
  143. package/docs/classes/_thumb_.thumb.html +0 -325
  144. package/docs/classes/_thumbnail_.thumbnail.html +0 -876
  145. package/docs/classes/_treenode_.treenode.html +0 -437
  146. package/docs/classes/_utils_.utils.html +0 -2045
  147. package/docs/enums/_manifesttype_.manifesttype.html +0 -223
  148. package/docs/enums/_statuscode_.statuscode.html +0 -237
  149. package/docs/enums/_treenodetype_.treenodetype.html +0 -223
  150. package/docs/globals.html +0 -300
  151. package/docs/interfaces/_iaccesstoken_.iaccesstoken.html +0 -259
  152. package/docs/interfaces/_iexternalimageresourcedata_.iexternalimageresourcedata.html +0 -282
  153. package/docs/interfaces/_iexternalresource_.iexternalresource.html +0 -518
  154. package/docs/interfaces/_iexternalresourcedata_.iexternalresourcedata.html +0 -250
  155. package/docs/interfaces/_iexternalresourceoptions_.iexternalresourceoptions.html +0 -203
  156. package/docs/interfaces/_imanifestooptions_.imanifestooptions.html +0 -273
  157. package/docs/modules/_annotation_.html +0 -170
  158. package/docs/modules/_annotationbody_.html +0 -170
  159. package/docs/modules/_annotationlist_.html +0 -170
  160. package/docs/modules/_annotationpage_.html +0 -170
  161. package/docs/modules/_canvas_.html +0 -170
  162. package/docs/modules/_collection_.html +0 -170
  163. package/docs/modules/_duration_.html +0 -170
  164. package/docs/modules/_iaccesstoken_.html +0 -170
  165. package/docs/modules/_iexternalimageresourcedata_.html +0 -170
  166. package/docs/modules/_iexternalresource_.html +0 -170
  167. package/docs/modules/_iexternalresourcedata_.html +0 -170
  168. package/docs/modules/_iexternalresourceoptions_.html +0 -170
  169. package/docs/modules/_iiifresource_.html +0 -170
  170. package/docs/modules/_imanifestooptions_.html +0 -170
  171. package/docs/modules/_index_.__global.html +0 -180
  172. package/docs/modules/_index_.__global.manifesto.html +0 -245
  173. package/docs/modules/_index_.html +0 -240
  174. package/docs/modules/_jsonldresource_.html +0 -170
  175. package/docs/modules/_labelvaluepair_.html +0 -170
  176. package/docs/modules/_language_.html +0 -170
  177. package/docs/modules/_languagemap_.html +0 -170
  178. package/docs/modules/_manifest_.html +0 -170
  179. package/docs/modules/_manifestresource_.html +0 -170
  180. package/docs/modules/_manifesttype_.html +0 -170
  181. package/docs/modules/_range_.html +0 -170
  182. package/docs/modules/_rendering_.html +0 -170
  183. package/docs/modules/_resource_.html +0 -170
  184. package/docs/modules/_sequence_.html +0 -170
  185. package/docs/modules/_serialisation_.html +0 -170
  186. package/docs/modules/_service_.html +0 -170
  187. package/docs/modules/_size_.html +0 -170
  188. package/docs/modules/_statuscode_.html +0 -170
  189. package/docs/modules/_thumb_.html +0 -170
  190. package/docs/modules/_thumbnail_.html +0 -170
  191. package/docs/modules/_treenode_.html +0 -170
  192. package/docs/modules/_treenodetype_.html +0 -170
  193. package/docs/modules/_utils_.html +0 -220
  194. package/tslint.json +0 -40
@@ -1,3 +0,0 @@
1
- var typedoc = typedoc || {};
2
- typedoc.search = typedoc.search || {};
3
- typedoc.search.data = {"kinds":{"1":"External module","2":"Module","4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method"},"rows":[{"id":0,"kind":1,"name":"\"JSONLDResource\"","url":"modules/_jsonldresource_.html","classes":"tsd-kind-external-module"},{"id":1,"kind":128,"name":"JSONLDResource","url":"classes/_jsonldresource_.jsonldresource.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"JSONLDResource\""},{"id":2,"kind":1024,"name":"context","url":"classes/_jsonldresource_.jsonldresource.html#context","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"JSONLDResource\".JSONLDResource"},{"id":3,"kind":1024,"name":"id","url":"classes/_jsonldresource_.jsonldresource.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"JSONLDResource\".JSONLDResource"},{"id":4,"kind":1024,"name":"__jsonld","url":"classes/_jsonldresource_.jsonldresource.html#__jsonld","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"JSONLDResource\".JSONLDResource"},{"id":5,"kind":512,"name":"constructor","url":"classes/_jsonldresource_.jsonldresource.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"JSONLDResource\".JSONLDResource"},{"id":6,"kind":2048,"name":"getProperty","url":"classes/_jsonldresource_.jsonldresource.html#getproperty","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"JSONLDResource\".JSONLDResource"},{"id":7,"kind":1,"name":"\"IAccessToken\"","url":"modules/_iaccesstoken_.html","classes":"tsd-kind-external-module"},{"id":8,"kind":256,"name":"IAccessToken","url":"interfaces/_iaccesstoken_.iaccesstoken.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"IAccessToken\""},{"id":9,"kind":1024,"name":"accessToken","url":"interfaces/_iaccesstoken_.iaccesstoken.html#accesstoken","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IAccessToken\".IAccessToken"},{"id":10,"kind":1024,"name":"error","url":"interfaces/_iaccesstoken_.iaccesstoken.html#error","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IAccessToken\".IAccessToken"},{"id":11,"kind":1024,"name":"errorDescription","url":"interfaces/_iaccesstoken_.iaccesstoken.html#errordescription","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IAccessToken\".IAccessToken"},{"id":12,"kind":1024,"name":"expiresIn","url":"interfaces/_iaccesstoken_.iaccesstoken.html#expiresin","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IAccessToken\".IAccessToken"},{"id":13,"kind":1024,"name":"tokenType","url":"interfaces/_iaccesstoken_.iaccesstoken.html#tokentype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IAccessToken\".IAccessToken"},{"id":14,"kind":1,"name":"\"StatusCode\"","url":"modules/_statuscode_.html","classes":"tsd-kind-external-module"},{"id":15,"kind":4,"name":"StatusCode","url":"enums/_statuscode_.statuscode.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"StatusCode\""},{"id":16,"kind":16,"name":"AUTHORIZATION_FAILED","url":"enums/_statuscode_.statuscode.html#authorization_failed","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"StatusCode\".StatusCode"},{"id":17,"kind":16,"name":"FORBIDDEN","url":"enums/_statuscode_.statuscode.html#forbidden","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"StatusCode\".StatusCode"},{"id":18,"kind":16,"name":"INTERNAL_SERVER_ERROR","url":"enums/_statuscode_.statuscode.html#internal_server_error","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"StatusCode\".StatusCode"},{"id":19,"kind":16,"name":"RESTRICTED","url":"enums/_statuscode_.statuscode.html#restricted","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"StatusCode\".StatusCode"},{"id":20,"kind":1,"name":"\"AnnotationBody\"","url":"modules/_annotationbody_.html","classes":"tsd-kind-external-module"},{"id":21,"kind":128,"name":"AnnotationBody","url":"classes/_annotationbody_.annotationbody.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"AnnotationBody\""},{"id":22,"kind":512,"name":"constructor","url":"classes/_annotationbody_.annotationbody.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"AnnotationBody\".AnnotationBody"},{"id":23,"kind":2048,"name":"getFormat","url":"classes/_annotationbody_.annotationbody.html#getformat","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"AnnotationBody\".AnnotationBody"},{"id":24,"kind":2048,"name":"getType","url":"classes/_annotationbody_.annotationbody.html#gettype","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"AnnotationBody\".AnnotationBody"},{"id":25,"kind":2048,"name":"getWidth","url":"classes/_annotationbody_.annotationbody.html#getwidth","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"AnnotationBody\".AnnotationBody"},{"id":26,"kind":2048,"name":"getHeight","url":"classes/_annotationbody_.annotationbody.html#getheight","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"AnnotationBody\".AnnotationBody"},{"id":27,"kind":1024,"name":"externalResource","url":"classes/_annotationbody_.annotationbody.html#externalresource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":28,"kind":1024,"name":"options","url":"classes/_annotationbody_.annotationbody.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":29,"kind":2048,"name":"getIIIFResourceType","url":"classes/_annotationbody_.annotationbody.html#getiiifresourcetype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":30,"kind":2048,"name":"getLabel","url":"classes/_annotationbody_.annotationbody.html#getlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":31,"kind":2048,"name":"getDefaultLabel","url":"classes/_annotationbody_.annotationbody.html#getdefaultlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":32,"kind":2048,"name":"getMetadata","url":"classes/_annotationbody_.annotationbody.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":33,"kind":2048,"name":"getRendering","url":"classes/_annotationbody_.annotationbody.html#getrendering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":34,"kind":2048,"name":"getRenderings","url":"classes/_annotationbody_.annotationbody.html#getrenderings","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":35,"kind":2048,"name":"getService","url":"classes/_annotationbody_.annotationbody.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":36,"kind":2048,"name":"getServices","url":"classes/_annotationbody_.annotationbody.html#getservices","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":37,"kind":2048,"name":"getThumbnail","url":"classes/_annotationbody_.annotationbody.html#getthumbnail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":38,"kind":2048,"name":"isAnnotation","url":"classes/_annotationbody_.annotationbody.html#isannotation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":39,"kind":2048,"name":"isCanvas","url":"classes/_annotationbody_.annotationbody.html#iscanvas","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":40,"kind":2048,"name":"isCollection","url":"classes/_annotationbody_.annotationbody.html#iscollection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":41,"kind":2048,"name":"isManifest","url":"classes/_annotationbody_.annotationbody.html#ismanifest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":42,"kind":2048,"name":"isRange","url":"classes/_annotationbody_.annotationbody.html#isrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":43,"kind":2048,"name":"isSequence","url":"classes/_annotationbody_.annotationbody.html#issequence","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":44,"kind":1024,"name":"context","url":"classes/_annotationbody_.annotationbody.html#context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":45,"kind":1024,"name":"id","url":"classes/_annotationbody_.annotationbody.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":46,"kind":1024,"name":"__jsonld","url":"classes/_annotationbody_.annotationbody.html#__jsonld","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":47,"kind":2048,"name":"getProperty","url":"classes/_annotationbody_.annotationbody.html#getproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationBody\".AnnotationBody"},{"id":48,"kind":1,"name":"\"AnnotationList\"","url":"modules/_annotationlist_.html","classes":"tsd-kind-external-module"},{"id":49,"kind":128,"name":"AnnotationList","url":"classes/_annotationlist_.annotationlist.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"AnnotationList\""},{"id":50,"kind":1024,"name":"options","url":"classes/_annotationlist_.annotationlist.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"AnnotationList\".AnnotationList"},{"id":51,"kind":1024,"name":"label","url":"classes/_annotationlist_.annotationlist.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"AnnotationList\".AnnotationList"},{"id":52,"kind":1024,"name":"isLoaded","url":"classes/_annotationlist_.annotationlist.html#isloaded","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"AnnotationList\".AnnotationList"},{"id":53,"kind":512,"name":"constructor","url":"classes/_annotationlist_.annotationlist.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"AnnotationList\".AnnotationList"},{"id":54,"kind":2048,"name":"getIIIFResourceType","url":"classes/_annotationlist_.annotationlist.html#getiiifresourcetype","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"AnnotationList\".AnnotationList"},{"id":55,"kind":2048,"name":"getLabel","url":"classes/_annotationlist_.annotationlist.html#getlabel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"AnnotationList\".AnnotationList"},{"id":56,"kind":2048,"name":"getResources","url":"classes/_annotationlist_.annotationlist.html#getresources","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"AnnotationList\".AnnotationList"},{"id":57,"kind":2048,"name":"load","url":"classes/_annotationlist_.annotationlist.html#load","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"AnnotationList\".AnnotationList"},{"id":58,"kind":1024,"name":"context","url":"classes/_annotationlist_.annotationlist.html#context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationList\".AnnotationList"},{"id":59,"kind":1024,"name":"id","url":"classes/_annotationlist_.annotationlist.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationList\".AnnotationList"},{"id":60,"kind":1024,"name":"__jsonld","url":"classes/_annotationlist_.annotationlist.html#__jsonld","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationList\".AnnotationList"},{"id":61,"kind":2048,"name":"getProperty","url":"classes/_annotationlist_.annotationlist.html#getproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationList\".AnnotationList"},{"id":62,"kind":1,"name":"\"AnnotationPage\"","url":"modules/_annotationpage_.html","classes":"tsd-kind-external-module"},{"id":63,"kind":128,"name":"AnnotationPage","url":"classes/_annotationpage_.annotationpage.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"AnnotationPage\""},{"id":64,"kind":512,"name":"constructor","url":"classes/_annotationpage_.annotationpage.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"AnnotationPage\".AnnotationPage"},{"id":65,"kind":2048,"name":"getItems","url":"classes/_annotationpage_.annotationpage.html#getitems","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"AnnotationPage\".AnnotationPage"},{"id":66,"kind":1024,"name":"externalResource","url":"classes/_annotationpage_.annotationpage.html#externalresource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":67,"kind":1024,"name":"options","url":"classes/_annotationpage_.annotationpage.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":68,"kind":2048,"name":"getIIIFResourceType","url":"classes/_annotationpage_.annotationpage.html#getiiifresourcetype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":69,"kind":2048,"name":"getLabel","url":"classes/_annotationpage_.annotationpage.html#getlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":70,"kind":2048,"name":"getDefaultLabel","url":"classes/_annotationpage_.annotationpage.html#getdefaultlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":71,"kind":2048,"name":"getMetadata","url":"classes/_annotationpage_.annotationpage.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":72,"kind":2048,"name":"getRendering","url":"classes/_annotationpage_.annotationpage.html#getrendering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":73,"kind":2048,"name":"getRenderings","url":"classes/_annotationpage_.annotationpage.html#getrenderings","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":74,"kind":2048,"name":"getService","url":"classes/_annotationpage_.annotationpage.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":75,"kind":2048,"name":"getServices","url":"classes/_annotationpage_.annotationpage.html#getservices","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":76,"kind":2048,"name":"getThumbnail","url":"classes/_annotationpage_.annotationpage.html#getthumbnail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":77,"kind":2048,"name":"isAnnotation","url":"classes/_annotationpage_.annotationpage.html#isannotation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":78,"kind":2048,"name":"isCanvas","url":"classes/_annotationpage_.annotationpage.html#iscanvas","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":79,"kind":2048,"name":"isCollection","url":"classes/_annotationpage_.annotationpage.html#iscollection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":80,"kind":2048,"name":"isManifest","url":"classes/_annotationpage_.annotationpage.html#ismanifest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":81,"kind":2048,"name":"isRange","url":"classes/_annotationpage_.annotationpage.html#isrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":82,"kind":2048,"name":"isSequence","url":"classes/_annotationpage_.annotationpage.html#issequence","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":83,"kind":1024,"name":"context","url":"classes/_annotationpage_.annotationpage.html#context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":84,"kind":1024,"name":"id","url":"classes/_annotationpage_.annotationpage.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":85,"kind":1024,"name":"__jsonld","url":"classes/_annotationpage_.annotationpage.html#__jsonld","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":86,"kind":2048,"name":"getProperty","url":"classes/_annotationpage_.annotationpage.html#getproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"AnnotationPage\".AnnotationPage"},{"id":87,"kind":1,"name":"\"IExternalResourceData\"","url":"modules/_iexternalresourcedata_.html","classes":"tsd-kind-external-module"},{"id":88,"kind":256,"name":"IExternalResourceData","url":"interfaces/_iexternalresourcedata_.iexternalresourcedata.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"IExternalResourceData\""},{"id":89,"kind":1024,"name":"hasServiceDescriptor","url":"interfaces/_iexternalresourcedata_.iexternalresourcedata.html#hasservicedescriptor","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResourceData\".IExternalResourceData"},{"id":90,"kind":1024,"name":"id","url":"interfaces/_iexternalresourcedata_.iexternalresourcedata.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResourceData\".IExternalResourceData"},{"id":91,"kind":1024,"name":"index","url":"interfaces/_iexternalresourcedata_.iexternalresourcedata.html#index","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResourceData\".IExternalResourceData"},{"id":92,"kind":1024,"name":"profile","url":"interfaces/_iexternalresourcedata_.iexternalresourcedata.html#profile","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResourceData\".IExternalResourceData"},{"id":93,"kind":1,"name":"\"IExternalImageResourceData\"","url":"modules/_iexternalimageresourcedata_.html","classes":"tsd-kind-external-module"},{"id":94,"kind":256,"name":"IExternalImageResourceData","url":"interfaces/_iexternalimageresourcedata_.iexternalimageresourcedata.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"IExternalImageResourceData\""},{"id":95,"kind":1024,"name":"width","url":"interfaces/_iexternalimageresourcedata_.iexternalimageresourcedata.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalImageResourceData\".IExternalImageResourceData"},{"id":96,"kind":1024,"name":"height","url":"interfaces/_iexternalimageresourcedata_.iexternalimageresourcedata.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalImageResourceData\".IExternalImageResourceData"},{"id":97,"kind":1024,"name":"hasServiceDescriptor","url":"interfaces/_iexternalimageresourcedata_.iexternalimageresourcedata.html#hasservicedescriptor","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"IExternalImageResourceData\".IExternalImageResourceData"},{"id":98,"kind":1024,"name":"id","url":"interfaces/_iexternalimageresourcedata_.iexternalimageresourcedata.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"IExternalImageResourceData\".IExternalImageResourceData"},{"id":99,"kind":1024,"name":"index","url":"interfaces/_iexternalimageresourcedata_.iexternalimageresourcedata.html#index","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"IExternalImageResourceData\".IExternalImageResourceData"},{"id":100,"kind":1024,"name":"profile","url":"interfaces/_iexternalimageresourcedata_.iexternalimageresourcedata.html#profile","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"IExternalImageResourceData\".IExternalImageResourceData"},{"id":101,"kind":1,"name":"\"Duration\"","url":"modules/_duration_.html","classes":"tsd-kind-external-module"},{"id":102,"kind":128,"name":"Duration","url":"classes/_duration_.duration.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Duration\""},{"id":103,"kind":512,"name":"constructor","url":"classes/_duration_.duration.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"Duration\".Duration"},{"id":104,"kind":1024,"name":"start","url":"classes/_duration_.duration.html#start","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Duration\".Duration"},{"id":105,"kind":1024,"name":"end","url":"classes/_duration_.duration.html#end","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Duration\".Duration"},{"id":106,"kind":2048,"name":"getLength","url":"classes/_duration_.duration.html#getlength","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Duration\".Duration"},{"id":107,"kind":1,"name":"\"Language\"","url":"modules/_language_.html","classes":"tsd-kind-external-module"},{"id":108,"kind":128,"name":"Language","url":"classes/_language_.language.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Language\""},{"id":109,"kind":1024,"name":"value","url":"classes/_language_.language.html#value","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Language\".Language"},{"id":110,"kind":1024,"name":"locale","url":"classes/_language_.language.html#locale","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Language\".Language"},{"id":111,"kind":512,"name":"constructor","url":"classes/_language_.language.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"Language\".Language"},{"id":112,"kind":1,"name":"\"LanguageMap\"","url":"modules/_languagemap_.html","classes":"tsd-kind-external-module"},{"id":113,"kind":128,"name":"LanguageMap","url":"classes/_languagemap_.languagemap.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"LanguageMap\""},{"id":114,"kind":2048,"name":"parse","url":"classes/_languagemap_.languagemap.html#parse","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"LanguageMap\".LanguageMap"},{"id":115,"kind":2048,"name":"getValue","url":"classes/_languagemap_.languagemap.html#getvalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"LanguageMap\".LanguageMap"},{"id":116,"kind":1024,"name":"length","url":"classes/_languagemap_.languagemap.html#length","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":117,"kind":2048,"name":"toString","url":"classes/_languagemap_.languagemap.html#tostring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":118,"kind":2048,"name":"toLocaleString","url":"classes/_languagemap_.languagemap.html#tolocalestring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":119,"kind":2048,"name":"pop","url":"classes/_languagemap_.languagemap.html#pop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":120,"kind":2048,"name":"push","url":"classes/_languagemap_.languagemap.html#push","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":121,"kind":2048,"name":"concat","url":"classes/_languagemap_.languagemap.html#concat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":122,"kind":2048,"name":"join","url":"classes/_languagemap_.languagemap.html#join","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":123,"kind":2048,"name":"reverse","url":"classes/_languagemap_.languagemap.html#reverse","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":124,"kind":2048,"name":"shift","url":"classes/_languagemap_.languagemap.html#shift","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":125,"kind":2048,"name":"slice","url":"classes/_languagemap_.languagemap.html#slice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":126,"kind":2048,"name":"sort","url":"classes/_languagemap_.languagemap.html#sort","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":127,"kind":2048,"name":"splice","url":"classes/_languagemap_.languagemap.html#splice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":128,"kind":2048,"name":"unshift","url":"classes/_languagemap_.languagemap.html#unshift","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":129,"kind":2048,"name":"indexOf","url":"classes/_languagemap_.languagemap.html#indexof","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":130,"kind":2048,"name":"lastIndexOf","url":"classes/_languagemap_.languagemap.html#lastindexof","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":131,"kind":2048,"name":"every","url":"classes/_languagemap_.languagemap.html#every","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":132,"kind":2048,"name":"some","url":"classes/_languagemap_.languagemap.html#some","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":133,"kind":2048,"name":"forEach","url":"classes/_languagemap_.languagemap.html#foreach","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":134,"kind":2048,"name":"map","url":"classes/_languagemap_.languagemap.html#map","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":135,"kind":2048,"name":"filter","url":"classes/_languagemap_.languagemap.html#filter","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":136,"kind":2048,"name":"reduce","url":"classes/_languagemap_.languagemap.html#reduce","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":137,"kind":2048,"name":"reduceRight","url":"classes/_languagemap_.languagemap.html#reduceright","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":138,"kind":1024,"name":"Array","url":"classes/_languagemap_.languagemap.html#array","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"LanguageMap\".LanguageMap"},{"id":139,"kind":2048,"name":"find","url":"classes/_languagemap_.languagemap.html#find","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":140,"kind":2048,"name":"findIndex","url":"classes/_languagemap_.languagemap.html#findindex","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":141,"kind":2048,"name":"fill","url":"classes/_languagemap_.languagemap.html#fill","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":142,"kind":2048,"name":"copyWithin","url":"classes/_languagemap_.languagemap.html#copywithin","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":143,"kind":2048,"name":"__@iterator","url":"classes/_languagemap_.languagemap.html#___iterator","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":144,"kind":2048,"name":"entries","url":"classes/_languagemap_.languagemap.html#entries","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":145,"kind":2048,"name":"keys","url":"classes/_languagemap_.languagemap.html#keys","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":146,"kind":2048,"name":"values","url":"classes/_languagemap_.languagemap.html#values","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":147,"kind":2048,"name":"__@unscopables","url":"classes/_languagemap_.languagemap.html#___unscopables","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"LanguageMap\".LanguageMap"},{"id":148,"kind":1,"name":"\"TreeNodeType\"","url":"modules/_treenodetype_.html","classes":"tsd-kind-external-module"},{"id":149,"kind":4,"name":"TreeNodeType","url":"enums/_treenodetype_.treenodetype.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"TreeNodeType\""},{"id":150,"kind":16,"name":"COLLECTION","url":"enums/_treenodetype_.treenodetype.html#collection","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"TreeNodeType\".TreeNodeType"},{"id":151,"kind":16,"name":"MANIFEST","url":"enums/_treenodetype_.treenodetype.html#manifest","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"TreeNodeType\".TreeNodeType"},{"id":152,"kind":16,"name":"RANGE","url":"enums/_treenodetype_.treenodetype.html#range","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"TreeNodeType\".TreeNodeType"},{"id":153,"kind":1,"name":"\"Range\"","url":"modules/_range_.html","classes":"tsd-kind-external-module"},{"id":154,"kind":128,"name":"Range","url":"classes/_range_.range.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Range\""},{"id":155,"kind":1024,"name":"_ranges","url":"classes/_range_.range.html#_ranges","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"Range\".Range"},{"id":156,"kind":1024,"name":"canvases","url":"classes/_range_.range.html#canvases","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Range\".Range"},{"id":157,"kind":1024,"name":"items","url":"classes/_range_.range.html#items","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Range\".Range"},{"id":158,"kind":1024,"name":"parentRange","url":"classes/_range_.range.html#parentrange","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Range\".Range"},{"id":159,"kind":1024,"name":"path","url":"classes/_range_.range.html#path","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Range\".Range"},{"id":160,"kind":1024,"name":"treeNode","url":"classes/_range_.range.html#treenode","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Range\".Range"},{"id":161,"kind":512,"name":"constructor","url":"classes/_range_.range.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"Range\".Range"},{"id":162,"kind":2048,"name":"getCanvasIds","url":"classes/_range_.range.html#getcanvasids","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Range\".Range"},{"id":163,"kind":2048,"name":"getDuration","url":"classes/_range_.range.html#getduration","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Range\".Range"},{"id":164,"kind":2048,"name":"getRanges","url":"classes/_range_.range.html#getranges","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Range\".Range"},{"id":165,"kind":2048,"name":"getBehavior","url":"classes/_range_.range.html#getbehavior","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Range\".Range"},{"id":166,"kind":2048,"name":"getViewingDirection","url":"classes/_range_.range.html#getviewingdirection","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Range\".Range"},{"id":167,"kind":2048,"name":"getViewingHint","url":"classes/_range_.range.html#getviewinghint","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Range\".Range"},{"id":168,"kind":2048,"name":"getTree","url":"classes/_range_.range.html#gettree","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Range\".Range"},{"id":169,"kind":2048,"name":"spansTime","url":"classes/_range_.range.html#spanstime","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Range\".Range"},{"id":170,"kind":2048,"name":"_parseTreeNode","url":"classes/_range_.range.html#_parsetreenode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"Range\".Range"},{"id":171,"kind":1024,"name":"externalResource","url":"classes/_range_.range.html#externalresource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":172,"kind":1024,"name":"options","url":"classes/_range_.range.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":173,"kind":2048,"name":"getIIIFResourceType","url":"classes/_range_.range.html#getiiifresourcetype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":174,"kind":2048,"name":"getLabel","url":"classes/_range_.range.html#getlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":175,"kind":2048,"name":"getDefaultLabel","url":"classes/_range_.range.html#getdefaultlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":176,"kind":2048,"name":"getMetadata","url":"classes/_range_.range.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":177,"kind":2048,"name":"getRendering","url":"classes/_range_.range.html#getrendering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":178,"kind":2048,"name":"getRenderings","url":"classes/_range_.range.html#getrenderings","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":179,"kind":2048,"name":"getService","url":"classes/_range_.range.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":180,"kind":2048,"name":"getServices","url":"classes/_range_.range.html#getservices","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":181,"kind":2048,"name":"getThumbnail","url":"classes/_range_.range.html#getthumbnail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":182,"kind":2048,"name":"isAnnotation","url":"classes/_range_.range.html#isannotation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":183,"kind":2048,"name":"isCanvas","url":"classes/_range_.range.html#iscanvas","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":184,"kind":2048,"name":"isCollection","url":"classes/_range_.range.html#iscollection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":185,"kind":2048,"name":"isManifest","url":"classes/_range_.range.html#ismanifest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":186,"kind":2048,"name":"isRange","url":"classes/_range_.range.html#isrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":187,"kind":2048,"name":"isSequence","url":"classes/_range_.range.html#issequence","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":188,"kind":1024,"name":"context","url":"classes/_range_.range.html#context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":189,"kind":1024,"name":"id","url":"classes/_range_.range.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":190,"kind":1024,"name":"__jsonld","url":"classes/_range_.range.html#__jsonld","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":191,"kind":2048,"name":"getProperty","url":"classes/_range_.range.html#getproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Range\".Range"},{"id":192,"kind":1,"name":"\"Resource\"","url":"modules/_resource_.html","classes":"tsd-kind-external-module"},{"id":193,"kind":128,"name":"Resource","url":"classes/_resource_.resource.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Resource\""},{"id":194,"kind":1024,"name":"index","url":"classes/_resource_.resource.html#index","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Resource\".Resource"},{"id":195,"kind":512,"name":"constructor","url":"classes/_resource_.resource.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"Resource\".Resource"},{"id":196,"kind":2048,"name":"getFormat","url":"classes/_resource_.resource.html#getformat","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Resource\".Resource"},{"id":197,"kind":2048,"name":"getResources","url":"classes/_resource_.resource.html#getresources","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Resource\".Resource"},{"id":198,"kind":2048,"name":"getType","url":"classes/_resource_.resource.html#gettype","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Resource\".Resource"},{"id":199,"kind":2048,"name":"getWidth","url":"classes/_resource_.resource.html#getwidth","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Resource\".Resource"},{"id":200,"kind":2048,"name":"getHeight","url":"classes/_resource_.resource.html#getheight","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Resource\".Resource"},{"id":201,"kind":2048,"name":"getMaxWidth","url":"classes/_resource_.resource.html#getmaxwidth","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Resource\".Resource"},{"id":202,"kind":2048,"name":"getMaxHeight","url":"classes/_resource_.resource.html#getmaxheight","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Resource\".Resource"},{"id":203,"kind":1024,"name":"externalResource","url":"classes/_resource_.resource.html#externalresource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":204,"kind":1024,"name":"options","url":"classes/_resource_.resource.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":205,"kind":2048,"name":"getIIIFResourceType","url":"classes/_resource_.resource.html#getiiifresourcetype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":206,"kind":2048,"name":"getLabel","url":"classes/_resource_.resource.html#getlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":207,"kind":2048,"name":"getDefaultLabel","url":"classes/_resource_.resource.html#getdefaultlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":208,"kind":2048,"name":"getMetadata","url":"classes/_resource_.resource.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":209,"kind":2048,"name":"getRendering","url":"classes/_resource_.resource.html#getrendering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":210,"kind":2048,"name":"getRenderings","url":"classes/_resource_.resource.html#getrenderings","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":211,"kind":2048,"name":"getService","url":"classes/_resource_.resource.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":212,"kind":2048,"name":"getServices","url":"classes/_resource_.resource.html#getservices","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":213,"kind":2048,"name":"getThumbnail","url":"classes/_resource_.resource.html#getthumbnail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":214,"kind":2048,"name":"isAnnotation","url":"classes/_resource_.resource.html#isannotation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":215,"kind":2048,"name":"isCanvas","url":"classes/_resource_.resource.html#iscanvas","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":216,"kind":2048,"name":"isCollection","url":"classes/_resource_.resource.html#iscollection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":217,"kind":2048,"name":"isManifest","url":"classes/_resource_.resource.html#ismanifest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":218,"kind":2048,"name":"isRange","url":"classes/_resource_.resource.html#isrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":219,"kind":2048,"name":"isSequence","url":"classes/_resource_.resource.html#issequence","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":220,"kind":1024,"name":"context","url":"classes/_resource_.resource.html#context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":221,"kind":1024,"name":"id","url":"classes/_resource_.resource.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":222,"kind":1024,"name":"__jsonld","url":"classes/_resource_.resource.html#__jsonld","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":223,"kind":2048,"name":"getProperty","url":"classes/_resource_.resource.html#getproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Resource\".Resource"},{"id":224,"kind":1,"name":"\"Size\"","url":"modules/_size_.html","classes":"tsd-kind-external-module"},{"id":225,"kind":128,"name":"Size","url":"classes/_size_.size.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Size\""},{"id":226,"kind":1024,"name":"width","url":"classes/_size_.size.html#width","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Size\".Size"},{"id":227,"kind":1024,"name":"height","url":"classes/_size_.size.html#height","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Size\".Size"},{"id":228,"kind":512,"name":"constructor","url":"classes/_size_.size.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"Size\".Size"},{"id":229,"kind":1,"name":"\"Canvas\"","url":"modules/_canvas_.html","classes":"tsd-kind-external-module"},{"id":230,"kind":128,"name":"Canvas","url":"classes/_canvas_.canvas.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Canvas\""},{"id":231,"kind":1024,"name":"ranges","url":"classes/_canvas_.canvas.html#ranges","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Canvas\".Canvas"},{"id":232,"kind":512,"name":"constructor","url":"classes/_canvas_.canvas.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"Canvas\".Canvas"},{"id":233,"kind":2048,"name":"getCanonicalImageUri","url":"classes/_canvas_.canvas.html#getcanonicalimageuri","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Canvas\".Canvas"},{"id":234,"kind":2048,"name":"getMaxDimensions","url":"classes/_canvas_.canvas.html#getmaxdimensions","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Canvas\".Canvas"},{"id":235,"kind":2048,"name":"getContent","url":"classes/_canvas_.canvas.html#getcontent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Canvas\".Canvas"},{"id":236,"kind":2048,"name":"getDuration","url":"classes/_canvas_.canvas.html#getduration","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Canvas\".Canvas"},{"id":237,"kind":2048,"name":"getImages","url":"classes/_canvas_.canvas.html#getimages","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Canvas\".Canvas"},{"id":238,"kind":2048,"name":"getIndex","url":"classes/_canvas_.canvas.html#getindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Canvas\".Canvas"},{"id":239,"kind":2048,"name":"getOtherContent","url":"classes/_canvas_.canvas.html#getothercontent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Canvas\".Canvas"},{"id":240,"kind":2048,"name":"getWidth","url":"classes/_canvas_.canvas.html#getwidth","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"Canvas\".Canvas"},{"id":241,"kind":2048,"name":"getHeight","url":"classes/_canvas_.canvas.html#getheight","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"Canvas\".Canvas"},{"id":242,"kind":1024,"name":"index","url":"classes/_canvas_.canvas.html#index","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":243,"kind":2048,"name":"getFormat","url":"classes/_canvas_.canvas.html#getformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":244,"kind":2048,"name":"getResources","url":"classes/_canvas_.canvas.html#getresources","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":245,"kind":2048,"name":"getType","url":"classes/_canvas_.canvas.html#gettype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":246,"kind":2048,"name":"getMaxWidth","url":"classes/_canvas_.canvas.html#getmaxwidth","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":247,"kind":2048,"name":"getMaxHeight","url":"classes/_canvas_.canvas.html#getmaxheight","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":248,"kind":1024,"name":"externalResource","url":"classes/_canvas_.canvas.html#externalresource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":249,"kind":1024,"name":"options","url":"classes/_canvas_.canvas.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":250,"kind":2048,"name":"getIIIFResourceType","url":"classes/_canvas_.canvas.html#getiiifresourcetype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":251,"kind":2048,"name":"getLabel","url":"classes/_canvas_.canvas.html#getlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":252,"kind":2048,"name":"getDefaultLabel","url":"classes/_canvas_.canvas.html#getdefaultlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":253,"kind":2048,"name":"getMetadata","url":"classes/_canvas_.canvas.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":254,"kind":2048,"name":"getRendering","url":"classes/_canvas_.canvas.html#getrendering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":255,"kind":2048,"name":"getRenderings","url":"classes/_canvas_.canvas.html#getrenderings","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":256,"kind":2048,"name":"getService","url":"classes/_canvas_.canvas.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":257,"kind":2048,"name":"getServices","url":"classes/_canvas_.canvas.html#getservices","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":258,"kind":2048,"name":"getThumbnail","url":"classes/_canvas_.canvas.html#getthumbnail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":259,"kind":2048,"name":"isAnnotation","url":"classes/_canvas_.canvas.html#isannotation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":260,"kind":2048,"name":"isCanvas","url":"classes/_canvas_.canvas.html#iscanvas","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":261,"kind":2048,"name":"isCollection","url":"classes/_canvas_.canvas.html#iscollection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":262,"kind":2048,"name":"isManifest","url":"classes/_canvas_.canvas.html#ismanifest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":263,"kind":2048,"name":"isRange","url":"classes/_canvas_.canvas.html#isrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":264,"kind":2048,"name":"isSequence","url":"classes/_canvas_.canvas.html#issequence","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":265,"kind":1024,"name":"context","url":"classes/_canvas_.canvas.html#context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":266,"kind":1024,"name":"id","url":"classes/_canvas_.canvas.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":267,"kind":1024,"name":"__jsonld","url":"classes/_canvas_.canvas.html#__jsonld","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":268,"kind":2048,"name":"getProperty","url":"classes/_canvas_.canvas.html#getproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Canvas\".Canvas"},{"id":269,"kind":1,"name":"\"Thumbnail\"","url":"modules/_thumbnail_.html","classes":"tsd-kind-external-module"},{"id":270,"kind":128,"name":"Thumbnail","url":"classes/_thumbnail_.thumbnail.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Thumbnail\""},{"id":271,"kind":512,"name":"constructor","url":"classes/_thumbnail_.thumbnail.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"Thumbnail\".Thumbnail"},{"id":272,"kind":1024,"name":"index","url":"classes/_thumbnail_.thumbnail.html#index","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":273,"kind":2048,"name":"getFormat","url":"classes/_thumbnail_.thumbnail.html#getformat","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":274,"kind":2048,"name":"getResources","url":"classes/_thumbnail_.thumbnail.html#getresources","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":275,"kind":2048,"name":"getType","url":"classes/_thumbnail_.thumbnail.html#gettype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":276,"kind":2048,"name":"getWidth","url":"classes/_thumbnail_.thumbnail.html#getwidth","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":277,"kind":2048,"name":"getHeight","url":"classes/_thumbnail_.thumbnail.html#getheight","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":278,"kind":2048,"name":"getMaxWidth","url":"classes/_thumbnail_.thumbnail.html#getmaxwidth","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":279,"kind":2048,"name":"getMaxHeight","url":"classes/_thumbnail_.thumbnail.html#getmaxheight","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":280,"kind":1024,"name":"externalResource","url":"classes/_thumbnail_.thumbnail.html#externalresource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":281,"kind":1024,"name":"options","url":"classes/_thumbnail_.thumbnail.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":282,"kind":2048,"name":"getIIIFResourceType","url":"classes/_thumbnail_.thumbnail.html#getiiifresourcetype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":283,"kind":2048,"name":"getLabel","url":"classes/_thumbnail_.thumbnail.html#getlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":284,"kind":2048,"name":"getDefaultLabel","url":"classes/_thumbnail_.thumbnail.html#getdefaultlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":285,"kind":2048,"name":"getMetadata","url":"classes/_thumbnail_.thumbnail.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":286,"kind":2048,"name":"getRendering","url":"classes/_thumbnail_.thumbnail.html#getrendering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":287,"kind":2048,"name":"getRenderings","url":"classes/_thumbnail_.thumbnail.html#getrenderings","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":288,"kind":2048,"name":"getService","url":"classes/_thumbnail_.thumbnail.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":289,"kind":2048,"name":"getServices","url":"classes/_thumbnail_.thumbnail.html#getservices","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":290,"kind":2048,"name":"getThumbnail","url":"classes/_thumbnail_.thumbnail.html#getthumbnail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":291,"kind":2048,"name":"isAnnotation","url":"classes/_thumbnail_.thumbnail.html#isannotation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":292,"kind":2048,"name":"isCanvas","url":"classes/_thumbnail_.thumbnail.html#iscanvas","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":293,"kind":2048,"name":"isCollection","url":"classes/_thumbnail_.thumbnail.html#iscollection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":294,"kind":2048,"name":"isManifest","url":"classes/_thumbnail_.thumbnail.html#ismanifest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":295,"kind":2048,"name":"isRange","url":"classes/_thumbnail_.thumbnail.html#isrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":296,"kind":2048,"name":"isSequence","url":"classes/_thumbnail_.thumbnail.html#issequence","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":297,"kind":1024,"name":"context","url":"classes/_thumbnail_.thumbnail.html#context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":298,"kind":1024,"name":"id","url":"classes/_thumbnail_.thumbnail.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":299,"kind":1024,"name":"__jsonld","url":"classes/_thumbnail_.thumbnail.html#__jsonld","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":300,"kind":2048,"name":"getProperty","url":"classes/_thumbnail_.thumbnail.html#getproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Thumbnail\".Thumbnail"},{"id":301,"kind":1,"name":"\"Thumb\"","url":"modules/_thumb_.html","classes":"tsd-kind-external-module"},{"id":302,"kind":128,"name":"Thumb","url":"classes/_thumb_.thumb.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Thumb\""},{"id":303,"kind":1024,"name":"data","url":"classes/_thumb_.thumb.html#data","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Thumb\".Thumb"},{"id":304,"kind":1024,"name":"index","url":"classes/_thumb_.thumb.html#index","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Thumb\".Thumb"},{"id":305,"kind":1024,"name":"uri","url":"classes/_thumb_.thumb.html#uri","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Thumb\".Thumb"},{"id":306,"kind":1024,"name":"label","url":"classes/_thumb_.thumb.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Thumb\".Thumb"},{"id":307,"kind":1024,"name":"width","url":"classes/_thumb_.thumb.html#width","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Thumb\".Thumb"},{"id":308,"kind":1024,"name":"height","url":"classes/_thumb_.thumb.html#height","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Thumb\".Thumb"},{"id":309,"kind":1024,"name":"visible","url":"classes/_thumb_.thumb.html#visible","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Thumb\".Thumb"},{"id":310,"kind":512,"name":"constructor","url":"classes/_thumb_.thumb.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"Thumb\".Thumb"},{"id":311,"kind":1,"name":"\"Sequence\"","url":"modules/_sequence_.html","classes":"tsd-kind-external-module"},{"id":312,"kind":128,"name":"Sequence","url":"classes/_sequence_.sequence.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Sequence\""},{"id":313,"kind":1024,"name":"items","url":"classes/_sequence_.sequence.html#items","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":314,"kind":1024,"name":"_thumbnails","url":"classes/_sequence_.sequence.html#_thumbnails","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"Sequence\".Sequence"},{"id":315,"kind":512,"name":"constructor","url":"classes/_sequence_.sequence.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"Sequence\".Sequence"},{"id":316,"kind":2048,"name":"getCanvases","url":"classes/_sequence_.sequence.html#getcanvases","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":317,"kind":2048,"name":"getCanvasById","url":"classes/_sequence_.sequence.html#getcanvasbyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":318,"kind":2048,"name":"getCanvasByIndex","url":"classes/_sequence_.sequence.html#getcanvasbyindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":319,"kind":2048,"name":"getCanvasIndexById","url":"classes/_sequence_.sequence.html#getcanvasindexbyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":320,"kind":2048,"name":"getCanvasIndexByLabel","url":"classes/_sequence_.sequence.html#getcanvasindexbylabel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":321,"kind":2048,"name":"getLastCanvasLabel","url":"classes/_sequence_.sequence.html#getlastcanvaslabel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":322,"kind":2048,"name":"getLastPageIndex","url":"classes/_sequence_.sequence.html#getlastpageindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":323,"kind":2048,"name":"getNextPageIndex","url":"classes/_sequence_.sequence.html#getnextpageindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":324,"kind":2048,"name":"getPagedIndices","url":"classes/_sequence_.sequence.html#getpagedindices","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":325,"kind":2048,"name":"getPrevPageIndex","url":"classes/_sequence_.sequence.html#getprevpageindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":326,"kind":2048,"name":"getStartCanvasIndex","url":"classes/_sequence_.sequence.html#getstartcanvasindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":327,"kind":2048,"name":"getThumbs","url":"classes/_sequence_.sequence.html#getthumbs","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":328,"kind":2048,"name":"getThumbnails","url":"classes/_sequence_.sequence.html#getthumbnails","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":329,"kind":2048,"name":"getStartCanvas","url":"classes/_sequence_.sequence.html#getstartcanvas","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":330,"kind":2048,"name":"getTotalCanvases","url":"classes/_sequence_.sequence.html#gettotalcanvases","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":331,"kind":2048,"name":"getViewingDirection","url":"classes/_sequence_.sequence.html#getviewingdirection","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":332,"kind":2048,"name":"getViewingHint","url":"classes/_sequence_.sequence.html#getviewinghint","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":333,"kind":2048,"name":"isCanvasIndexOutOfRange","url":"classes/_sequence_.sequence.html#iscanvasindexoutofrange","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":334,"kind":2048,"name":"isFirstCanvas","url":"classes/_sequence_.sequence.html#isfirstcanvas","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":335,"kind":2048,"name":"isLastCanvas","url":"classes/_sequence_.sequence.html#islastcanvas","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":336,"kind":2048,"name":"isMultiCanvas","url":"classes/_sequence_.sequence.html#ismulticanvas","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":337,"kind":2048,"name":"isPagingEnabled","url":"classes/_sequence_.sequence.html#ispagingenabled","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":338,"kind":2048,"name":"isTotalCanvasesEven","url":"classes/_sequence_.sequence.html#istotalcanvaseseven","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Sequence\".Sequence"},{"id":339,"kind":1024,"name":"externalResource","url":"classes/_sequence_.sequence.html#externalresource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":340,"kind":1024,"name":"options","url":"classes/_sequence_.sequence.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":341,"kind":2048,"name":"getIIIFResourceType","url":"classes/_sequence_.sequence.html#getiiifresourcetype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":342,"kind":2048,"name":"getLabel","url":"classes/_sequence_.sequence.html#getlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":343,"kind":2048,"name":"getDefaultLabel","url":"classes/_sequence_.sequence.html#getdefaultlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":344,"kind":2048,"name":"getMetadata","url":"classes/_sequence_.sequence.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":345,"kind":2048,"name":"getRendering","url":"classes/_sequence_.sequence.html#getrendering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":346,"kind":2048,"name":"getRenderings","url":"classes/_sequence_.sequence.html#getrenderings","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":347,"kind":2048,"name":"getService","url":"classes/_sequence_.sequence.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":348,"kind":2048,"name":"getServices","url":"classes/_sequence_.sequence.html#getservices","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":349,"kind":2048,"name":"getThumbnail","url":"classes/_sequence_.sequence.html#getthumbnail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":350,"kind":2048,"name":"isAnnotation","url":"classes/_sequence_.sequence.html#isannotation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":351,"kind":2048,"name":"isCanvas","url":"classes/_sequence_.sequence.html#iscanvas","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":352,"kind":2048,"name":"isCollection","url":"classes/_sequence_.sequence.html#iscollection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":353,"kind":2048,"name":"isManifest","url":"classes/_sequence_.sequence.html#ismanifest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":354,"kind":2048,"name":"isRange","url":"classes/_sequence_.sequence.html#isrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":355,"kind":2048,"name":"isSequence","url":"classes/_sequence_.sequence.html#issequence","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":356,"kind":1024,"name":"context","url":"classes/_sequence_.sequence.html#context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":357,"kind":1024,"name":"id","url":"classes/_sequence_.sequence.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":358,"kind":1024,"name":"__jsonld","url":"classes/_sequence_.sequence.html#__jsonld","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":359,"kind":2048,"name":"getProperty","url":"classes/_sequence_.sequence.html#getproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Sequence\".Sequence"},{"id":360,"kind":1,"name":"\"ManifestType\"","url":"modules/_manifesttype_.html","classes":"tsd-kind-external-module"},{"id":361,"kind":4,"name":"ManifestType","url":"enums/_manifesttype_.manifesttype.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"ManifestType\""},{"id":362,"kind":16,"name":"EMPTY","url":"enums/_manifesttype_.manifesttype.html#empty","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"ManifestType\".ManifestType"},{"id":363,"kind":16,"name":"MANUSCRIPT","url":"enums/_manifesttype_.manifesttype.html#manuscript","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"ManifestType\".ManifestType"},{"id":364,"kind":16,"name":"MONOGRAPH","url":"enums/_manifesttype_.manifesttype.html#monograph","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"ManifestType\".ManifestType"},{"id":365,"kind":1,"name":"\"Manifest\"","url":"modules/_manifest_.html","classes":"tsd-kind-external-module"},{"id":366,"kind":128,"name":"Manifest","url":"classes/_manifest_.manifest.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Manifest\""},{"id":367,"kind":1024,"name":"index","url":"classes/_manifest_.manifest.html#index","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"\"Manifest\".Manifest"},{"id":368,"kind":1024,"name":"_allRanges","url":"classes/_manifest_.manifest.html#_allranges","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"Manifest\".Manifest"},{"id":369,"kind":1024,"name":"items","url":"classes/_manifest_.manifest.html#items","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Manifest\".Manifest"},{"id":370,"kind":1024,"name":"_topRanges","url":"classes/_manifest_.manifest.html#_topranges","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"Manifest\".Manifest"},{"id":371,"kind":512,"name":"constructor","url":"classes/_manifest_.manifest.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"Manifest\".Manifest"},{"id":372,"kind":2048,"name":"getPosterCanvas","url":"classes/_manifest_.manifest.html#getpostercanvas","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Manifest\".Manifest"},{"id":373,"kind":2048,"name":"getBehavior","url":"classes/_manifest_.manifest.html#getbehavior","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Manifest\".Manifest"},{"id":374,"kind":2048,"name":"getDefaultTree","url":"classes/_manifest_.manifest.html#getdefaulttree","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"Manifest\".Manifest"},{"id":375,"kind":2048,"name":"_getTopRanges","url":"classes/_manifest_.manifest.html#_gettopranges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"Manifest\".Manifest"},{"id":376,"kind":2048,"name":"getTopRanges","url":"classes/_manifest_.manifest.html#gettopranges","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Manifest\".Manifest"},{"id":377,"kind":2048,"name":"_getRangeById","url":"classes/_manifest_.manifest.html#_getrangebyid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"Manifest\".Manifest"},{"id":378,"kind":2048,"name":"_parseRanges","url":"classes/_manifest_.manifest.html#_parseranges","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"Manifest\".Manifest"},{"id":379,"kind":2048,"name":"getAllRanges","url":"classes/_manifest_.manifest.html#getallranges","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Manifest\".Manifest"},{"id":380,"kind":2048,"name":"getRangeById","url":"classes/_manifest_.manifest.html#getrangebyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Manifest\".Manifest"},{"id":381,"kind":2048,"name":"getRangeByPath","url":"classes/_manifest_.manifest.html#getrangebypath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Manifest\".Manifest"},{"id":382,"kind":2048,"name":"getSequences","url":"classes/_manifest_.manifest.html#getsequences","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Manifest\".Manifest"},{"id":383,"kind":2048,"name":"getSequenceByIndex","url":"classes/_manifest_.manifest.html#getsequencebyindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Manifest\".Manifest"},{"id":384,"kind":2048,"name":"getTotalSequences","url":"classes/_manifest_.manifest.html#gettotalsequences","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Manifest\".Manifest"},{"id":385,"kind":2048,"name":"getManifestType","url":"classes/_manifest_.manifest.html#getmanifesttype","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Manifest\".Manifest"},{"id":386,"kind":2048,"name":"getTrackingLabel","url":"classes/_manifest_.manifest.html#gettrackinglabel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Manifest\".Manifest"},{"id":387,"kind":2048,"name":"isMultiSequence","url":"classes/_manifest_.manifest.html#ismultisequence","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Manifest\".Manifest"},{"id":388,"kind":2048,"name":"isPagingEnabled","url":"classes/_manifest_.manifest.html#ispagingenabled","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Manifest\".Manifest"},{"id":389,"kind":2048,"name":"getViewingDirection","url":"classes/_manifest_.manifest.html#getviewingdirection","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Manifest\".Manifest"},{"id":390,"kind":2048,"name":"getViewingHint","url":"classes/_manifest_.manifest.html#getviewinghint","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Manifest\".Manifest"},{"id":391,"kind":1024,"name":"defaultTree","url":"classes/_manifest_.manifest.html#defaulttree","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":392,"kind":1024,"name":"isLoaded","url":"classes/_manifest_.manifest.html#isloaded","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":393,"kind":1024,"name":"parentCollection","url":"classes/_manifest_.manifest.html#parentcollection","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":394,"kind":1024,"name":"parentLabel","url":"classes/_manifest_.manifest.html#parentlabel","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":395,"kind":2048,"name":"getAttribution","url":"classes/_manifest_.manifest.html#getattribution","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":396,"kind":2048,"name":"getDescription","url":"classes/_manifest_.manifest.html#getdescription","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":397,"kind":2048,"name":"getIIIFResourceType","url":"classes/_manifest_.manifest.html#getiiifresourcetype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":398,"kind":2048,"name":"getLogo","url":"classes/_manifest_.manifest.html#getlogo","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":399,"kind":2048,"name":"getLicense","url":"classes/_manifest_.manifest.html#getlicense","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":400,"kind":2048,"name":"getNavDate","url":"classes/_manifest_.manifest.html#getnavdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":401,"kind":2048,"name":"getRelated","url":"classes/_manifest_.manifest.html#getrelated","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":402,"kind":2048,"name":"getSeeAlso","url":"classes/_manifest_.manifest.html#getseealso","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":403,"kind":2048,"name":"getRequiredStatement","url":"classes/_manifest_.manifest.html#getrequiredstatement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":404,"kind":2048,"name":"isCollection","url":"classes/_manifest_.manifest.html#iscollection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":405,"kind":2048,"name":"isManifest","url":"classes/_manifest_.manifest.html#ismanifest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":406,"kind":2048,"name":"load","url":"classes/_manifest_.manifest.html#load","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":407,"kind":1024,"name":"externalResource","url":"classes/_manifest_.manifest.html#externalresource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":408,"kind":1024,"name":"options","url":"classes/_manifest_.manifest.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":409,"kind":2048,"name":"getLabel","url":"classes/_manifest_.manifest.html#getlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":410,"kind":2048,"name":"getDefaultLabel","url":"classes/_manifest_.manifest.html#getdefaultlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":411,"kind":2048,"name":"getMetadata","url":"classes/_manifest_.manifest.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":412,"kind":2048,"name":"getRendering","url":"classes/_manifest_.manifest.html#getrendering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":413,"kind":2048,"name":"getRenderings","url":"classes/_manifest_.manifest.html#getrenderings","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":414,"kind":2048,"name":"getService","url":"classes/_manifest_.manifest.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":415,"kind":2048,"name":"getServices","url":"classes/_manifest_.manifest.html#getservices","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":416,"kind":2048,"name":"getThumbnail","url":"classes/_manifest_.manifest.html#getthumbnail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":417,"kind":2048,"name":"isAnnotation","url":"classes/_manifest_.manifest.html#isannotation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":418,"kind":2048,"name":"isCanvas","url":"classes/_manifest_.manifest.html#iscanvas","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":419,"kind":2048,"name":"isRange","url":"classes/_manifest_.manifest.html#isrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":420,"kind":2048,"name":"isSequence","url":"classes/_manifest_.manifest.html#issequence","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":421,"kind":1024,"name":"context","url":"classes/_manifest_.manifest.html#context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":422,"kind":1024,"name":"id","url":"classes/_manifest_.manifest.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":423,"kind":1024,"name":"__jsonld","url":"classes/_manifest_.manifest.html#__jsonld","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":424,"kind":2048,"name":"getProperty","url":"classes/_manifest_.manifest.html#getproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Manifest\".Manifest"},{"id":425,"kind":1,"name":"\"Collection\"","url":"modules/_collection_.html","classes":"tsd-kind-external-module"},{"id":426,"kind":128,"name":"Collection","url":"classes/_collection_.collection.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Collection\""},{"id":427,"kind":1024,"name":"items","url":"classes/_collection_.collection.html#items","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Collection\".Collection"},{"id":428,"kind":1024,"name":"_collections","url":"classes/_collection_.collection.html#_collections","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"Collection\".Collection"},{"id":429,"kind":1024,"name":"_manifests","url":"classes/_collection_.collection.html#_manifests","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"Collection\".Collection"},{"id":430,"kind":512,"name":"constructor","url":"classes/_collection_.collection.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"Collection\".Collection"},{"id":431,"kind":2048,"name":"getCollections","url":"classes/_collection_.collection.html#getcollections","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Collection\".Collection"},{"id":432,"kind":2048,"name":"getManifests","url":"classes/_collection_.collection.html#getmanifests","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Collection\".Collection"},{"id":433,"kind":2048,"name":"getCollectionByIndex","url":"classes/_collection_.collection.html#getcollectionbyindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Collection\".Collection"},{"id":434,"kind":2048,"name":"getManifestByIndex","url":"classes/_collection_.collection.html#getmanifestbyindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Collection\".Collection"},{"id":435,"kind":2048,"name":"getTotalCollections","url":"classes/_collection_.collection.html#gettotalcollections","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Collection\".Collection"},{"id":436,"kind":2048,"name":"getTotalManifests","url":"classes/_collection_.collection.html#gettotalmanifests","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Collection\".Collection"},{"id":437,"kind":2048,"name":"getTotalItems","url":"classes/_collection_.collection.html#gettotalitems","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Collection\".Collection"},{"id":438,"kind":2048,"name":"getViewingDirection","url":"classes/_collection_.collection.html#getviewingdirection","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Collection\".Collection"},{"id":439,"kind":2048,"name":"getDefaultTree","url":"classes/_collection_.collection.html#getdefaulttree","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"Collection\".Collection"},{"id":440,"kind":2048,"name":"_parseManifests","url":"classes/_collection_.collection.html#_parsemanifests","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"Collection\".Collection"},{"id":441,"kind":2048,"name":"_parseCollections","url":"classes/_collection_.collection.html#_parsecollections","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"Collection\".Collection"},{"id":442,"kind":1024,"name":"defaultTree","url":"classes/_collection_.collection.html#defaulttree","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":443,"kind":1024,"name":"index","url":"classes/_collection_.collection.html#index","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":444,"kind":1024,"name":"isLoaded","url":"classes/_collection_.collection.html#isloaded","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":445,"kind":1024,"name":"parentCollection","url":"classes/_collection_.collection.html#parentcollection","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":446,"kind":1024,"name":"parentLabel","url":"classes/_collection_.collection.html#parentlabel","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":447,"kind":2048,"name":"getAttribution","url":"classes/_collection_.collection.html#getattribution","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":448,"kind":2048,"name":"getDescription","url":"classes/_collection_.collection.html#getdescription","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":449,"kind":2048,"name":"getIIIFResourceType","url":"classes/_collection_.collection.html#getiiifresourcetype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":450,"kind":2048,"name":"getLogo","url":"classes/_collection_.collection.html#getlogo","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":451,"kind":2048,"name":"getLicense","url":"classes/_collection_.collection.html#getlicense","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":452,"kind":2048,"name":"getNavDate","url":"classes/_collection_.collection.html#getnavdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":453,"kind":2048,"name":"getRelated","url":"classes/_collection_.collection.html#getrelated","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":454,"kind":2048,"name":"getSeeAlso","url":"classes/_collection_.collection.html#getseealso","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":455,"kind":2048,"name":"getRequiredStatement","url":"classes/_collection_.collection.html#getrequiredstatement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":456,"kind":2048,"name":"isCollection","url":"classes/_collection_.collection.html#iscollection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":457,"kind":2048,"name":"isManifest","url":"classes/_collection_.collection.html#ismanifest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":458,"kind":2048,"name":"load","url":"classes/_collection_.collection.html#load","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":459,"kind":1024,"name":"externalResource","url":"classes/_collection_.collection.html#externalresource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":460,"kind":1024,"name":"options","url":"classes/_collection_.collection.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":461,"kind":2048,"name":"getLabel","url":"classes/_collection_.collection.html#getlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":462,"kind":2048,"name":"getDefaultLabel","url":"classes/_collection_.collection.html#getdefaultlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":463,"kind":2048,"name":"getMetadata","url":"classes/_collection_.collection.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":464,"kind":2048,"name":"getRendering","url":"classes/_collection_.collection.html#getrendering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":465,"kind":2048,"name":"getRenderings","url":"classes/_collection_.collection.html#getrenderings","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":466,"kind":2048,"name":"getService","url":"classes/_collection_.collection.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":467,"kind":2048,"name":"getServices","url":"classes/_collection_.collection.html#getservices","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":468,"kind":2048,"name":"getThumbnail","url":"classes/_collection_.collection.html#getthumbnail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":469,"kind":2048,"name":"isAnnotation","url":"classes/_collection_.collection.html#isannotation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":470,"kind":2048,"name":"isCanvas","url":"classes/_collection_.collection.html#iscanvas","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":471,"kind":2048,"name":"isRange","url":"classes/_collection_.collection.html#isrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":472,"kind":2048,"name":"isSequence","url":"classes/_collection_.collection.html#issequence","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":473,"kind":1024,"name":"context","url":"classes/_collection_.collection.html#context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":474,"kind":1024,"name":"id","url":"classes/_collection_.collection.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":475,"kind":1024,"name":"__jsonld","url":"classes/_collection_.collection.html#__jsonld","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":476,"kind":2048,"name":"getProperty","url":"classes/_collection_.collection.html#getproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Collection\".Collection"},{"id":477,"kind":1,"name":"\"IExternalResourceOptions\"","url":"modules/_iexternalresourceoptions_.html","classes":"tsd-kind-external-module"},{"id":478,"kind":256,"name":"IExternalResourceOptions","url":"interfaces/_iexternalresourceoptions_.iexternalresourceoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"IExternalResourceOptions\""},{"id":479,"kind":1024,"name":"authApiVersion","url":"interfaces/_iexternalresourceoptions_.iexternalresourceoptions.html#authapiversion","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResourceOptions\".IExternalResourceOptions"},{"id":480,"kind":1,"name":"\"LabelValuePair\"","url":"modules/_labelvaluepair_.html","classes":"tsd-kind-external-module"},{"id":481,"kind":128,"name":"LabelValuePair","url":"classes/_labelvaluepair_.labelvaluepair.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"LabelValuePair\""},{"id":482,"kind":1024,"name":"label","url":"classes/_labelvaluepair_.labelvaluepair.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"LabelValuePair\".LabelValuePair"},{"id":483,"kind":1024,"name":"value","url":"classes/_labelvaluepair_.labelvaluepair.html#value","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"LabelValuePair\".LabelValuePair"},{"id":484,"kind":1024,"name":"defaultLocale","url":"classes/_labelvaluepair_.labelvaluepair.html#defaultlocale","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"LabelValuePair\".LabelValuePair"},{"id":485,"kind":1024,"name":"resource","url":"classes/_labelvaluepair_.labelvaluepair.html#resource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"LabelValuePair\".LabelValuePair"},{"id":486,"kind":512,"name":"constructor","url":"classes/_labelvaluepair_.labelvaluepair.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"LabelValuePair\".LabelValuePair"},{"id":487,"kind":2048,"name":"parse","url":"classes/_labelvaluepair_.labelvaluepair.html#parse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"LabelValuePair\".LabelValuePair"},{"id":488,"kind":2048,"name":"getLabel","url":"classes/_labelvaluepair_.labelvaluepair.html#getlabel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"LabelValuePair\".LabelValuePair"},{"id":489,"kind":2048,"name":"setLabel","url":"classes/_labelvaluepair_.labelvaluepair.html#setlabel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"LabelValuePair\".LabelValuePair"},{"id":490,"kind":2048,"name":"getValue","url":"classes/_labelvaluepair_.labelvaluepair.html#getvalue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"LabelValuePair\".LabelValuePair"},{"id":491,"kind":2048,"name":"setValue","url":"classes/_labelvaluepair_.labelvaluepair.html#setvalue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"LabelValuePair\".LabelValuePair"},{"id":492,"kind":1,"name":"\"Rendering\"","url":"modules/_rendering_.html","classes":"tsd-kind-external-module"},{"id":493,"kind":128,"name":"Rendering","url":"classes/_rendering_.rendering.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Rendering\""},{"id":494,"kind":512,"name":"constructor","url":"classes/_rendering_.rendering.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"Rendering\".Rendering"},{"id":495,"kind":2048,"name":"getFormat","url":"classes/_rendering_.rendering.html#getformat","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Rendering\".Rendering"},{"id":496,"kind":1024,"name":"externalResource","url":"classes/_rendering_.rendering.html#externalresource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":497,"kind":1024,"name":"options","url":"classes/_rendering_.rendering.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":498,"kind":2048,"name":"getIIIFResourceType","url":"classes/_rendering_.rendering.html#getiiifresourcetype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":499,"kind":2048,"name":"getLabel","url":"classes/_rendering_.rendering.html#getlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":500,"kind":2048,"name":"getDefaultLabel","url":"classes/_rendering_.rendering.html#getdefaultlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":501,"kind":2048,"name":"getMetadata","url":"classes/_rendering_.rendering.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":502,"kind":2048,"name":"getRendering","url":"classes/_rendering_.rendering.html#getrendering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":503,"kind":2048,"name":"getRenderings","url":"classes/_rendering_.rendering.html#getrenderings","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":504,"kind":2048,"name":"getService","url":"classes/_rendering_.rendering.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":505,"kind":2048,"name":"getServices","url":"classes/_rendering_.rendering.html#getservices","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":506,"kind":2048,"name":"getThumbnail","url":"classes/_rendering_.rendering.html#getthumbnail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":507,"kind":2048,"name":"isAnnotation","url":"classes/_rendering_.rendering.html#isannotation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":508,"kind":2048,"name":"isCanvas","url":"classes/_rendering_.rendering.html#iscanvas","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":509,"kind":2048,"name":"isCollection","url":"classes/_rendering_.rendering.html#iscollection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":510,"kind":2048,"name":"isManifest","url":"classes/_rendering_.rendering.html#ismanifest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":511,"kind":2048,"name":"isRange","url":"classes/_rendering_.rendering.html#isrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":512,"kind":2048,"name":"isSequence","url":"classes/_rendering_.rendering.html#issequence","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":513,"kind":1024,"name":"context","url":"classes/_rendering_.rendering.html#context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":514,"kind":1024,"name":"id","url":"classes/_rendering_.rendering.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":515,"kind":1024,"name":"__jsonld","url":"classes/_rendering_.rendering.html#__jsonld","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":516,"kind":2048,"name":"getProperty","url":"classes/_rendering_.rendering.html#getproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Rendering\".Rendering"},{"id":517,"kind":1,"name":"\"index\"","url":"modules/_index_.html","classes":"tsd-kind-external-module"},{"id":518,"kind":64,"name":"loadManifest","url":"modules/_index_.html#loadmanifest","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"index\""},{"id":519,"kind":64,"name":"parseManifest","url":"modules/_index_.html#parsemanifest","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"index\""},{"id":520,"kind":2,"name":"__global","url":"modules/_index_.__global.html","classes":"tsd-kind-module tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"index\""},{"id":521,"kind":2,"name":"manifesto","url":"modules/_index_.__global.manifesto.html","classes":"tsd-kind-module tsd-parent-kind-module tsd-is-not-exported","parent":"\"index\".__global"},{"id":522,"kind":64,"name":"loadManifest","url":"modules/_index_.__global.manifesto.html#loadmanifest","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"index\".__global.manifesto"},{"id":523,"kind":64,"name":"parseManifest","url":"modules/_index_.__global.manifesto.html#parsemanifest","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"index\".__global.manifesto"},{"id":524,"kind":1,"name":"\"Serialisation\"","url":"modules/_serialisation_.html","classes":"tsd-kind-external-module"},{"id":525,"kind":128,"name":"Deserialiser","url":"classes/_serialisation_.deserialiser.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Serialisation\""},{"id":526,"kind":2048,"name":"parse","url":"classes/_serialisation_.deserialiser.html#parse","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Serialisation\".Deserialiser"},{"id":527,"kind":2048,"name":"parseJson","url":"classes/_serialisation_.deserialiser.html#parsejson","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Serialisation\".Deserialiser"},{"id":528,"kind":2048,"name":"parseCollection","url":"classes/_serialisation_.deserialiser.html#parsecollection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Serialisation\".Deserialiser"},{"id":529,"kind":2048,"name":"parseCollections","url":"classes/_serialisation_.deserialiser.html#parsecollections","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Serialisation\".Deserialiser"},{"id":530,"kind":2048,"name":"parseManifest","url":"classes/_serialisation_.deserialiser.html#parsemanifest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Serialisation\".Deserialiser"},{"id":531,"kind":2048,"name":"parseManifests","url":"classes/_serialisation_.deserialiser.html#parsemanifests","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Serialisation\".Deserialiser"},{"id":532,"kind":2048,"name":"parseItem","url":"classes/_serialisation_.deserialiser.html#parseitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Serialisation\".Deserialiser"},{"id":533,"kind":2048,"name":"parseItems","url":"classes/_serialisation_.deserialiser.html#parseitems","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Serialisation\".Deserialiser"},{"id":534,"kind":1,"name":"\"Utils\"","url":"modules/_utils_.html","classes":"tsd-kind-external-module"},{"id":535,"kind":128,"name":"Utils","url":"classes/_utils_.utils.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Utils\""},{"id":536,"kind":2048,"name":"getMediaType","url":"classes/_utils_.utils.html#getmediatype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":537,"kind":2048,"name":"getImageQuality","url":"classes/_utils_.utils.html#getimagequality","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":538,"kind":2048,"name":"getInexactLocale","url":"classes/_utils_.utils.html#getinexactlocale","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":539,"kind":2048,"name":"getLocalisedValue","url":"classes/_utils_.utils.html#getlocalisedvalue","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":540,"kind":2048,"name":"generateTreeNodeIds","url":"classes/_utils_.utils.html#generatetreenodeids","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":541,"kind":2048,"name":"normaliseType","url":"classes/_utils_.utils.html#normalisetype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":542,"kind":2048,"name":"normaliseUrl","url":"classes/_utils_.utils.html#normaliseurl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":543,"kind":2048,"name":"normalisedUrlsMatch","url":"classes/_utils_.utils.html#normalisedurlsmatch","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":544,"kind":2048,"name":"isImageProfile","url":"classes/_utils_.utils.html#isimageprofile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":545,"kind":2048,"name":"isLevel0ImageProfile","url":"classes/_utils_.utils.html#islevel0imageprofile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":546,"kind":2048,"name":"isLevel1ImageProfile","url":"classes/_utils_.utils.html#islevel1imageprofile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":547,"kind":2048,"name":"isLevel2ImageProfile","url":"classes/_utils_.utils.html#islevel2imageprofile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":548,"kind":2048,"name":"parseManifest","url":"classes/_utils_.utils.html#parsemanifest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":549,"kind":2048,"name":"loadManifest","url":"classes/_utils_.utils.html#loadmanifest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":550,"kind":2048,"name":"loadExternalResourcesAuth1","url":"classes/_utils_.utils.html#loadexternalresourcesauth1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":551,"kind":2048,"name":"loadExternalResourceAuth1","url":"classes/_utils_.utils.html#loadexternalresourceauth1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":552,"kind":2048,"name":"doAuthChain","url":"classes/_utils_.utils.html#doauthchain","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":553,"kind":2048,"name":"attemptResourceWithToken","url":"classes/_utils_.utils.html#attemptresourcewithtoken","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":554,"kind":2048,"name":"loadExternalResourcesAuth09","url":"classes/_utils_.utils.html#loadexternalresourcesauth09","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":555,"kind":2048,"name":"loadExternalResourceAuth09","url":"classes/_utils_.utils.html#loadexternalresourceauth09","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":556,"kind":2048,"name":"createError","url":"classes/_utils_.utils.html#createerror","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":557,"kind":2048,"name":"createAuthorizationFailedError","url":"classes/_utils_.utils.html#createauthorizationfailederror","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":558,"kind":2048,"name":"createRestrictedError","url":"classes/_utils_.utils.html#createrestrictederror","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":559,"kind":2048,"name":"createInternalServerError","url":"classes/_utils_.utils.html#createinternalservererror","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":560,"kind":2048,"name":"authorize","url":"classes/_utils_.utils.html#authorize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":561,"kind":2048,"name":"showAuthInteraction","url":"classes/_utils_.utils.html#showauthinteraction","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private tsd-is-static","parent":"\"Utils\".Utils"},{"id":562,"kind":2048,"name":"getService","url":"classes/_utils_.utils.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":563,"kind":2048,"name":"getResourceById","url":"classes/_utils_.utils.html#getresourcebyid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":564,"kind":2048,"name":"traverseAndFind","url":"classes/_utils_.utils.html#traverseandfind","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":565,"kind":2048,"name":"getServices","url":"classes/_utils_.utils.html#getservices","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":566,"kind":2048,"name":"getTemporalComponent","url":"classes/_utils_.utils.html#gettemporalcomponent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Utils\".Utils"},{"id":567,"kind":32,"name":"http","url":"modules/_utils_.html#http","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"Utils\""},{"id":568,"kind":32,"name":"https","url":"modules/_utils_.html#https","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"Utils\""},{"id":569,"kind":32,"name":"url","url":"modules/_utils_.html#url","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"Utils\""},{"id":570,"kind":1,"name":"\"TreeNode\"","url":"modules/_treenode_.html","classes":"tsd-kind-external-module"},{"id":571,"kind":128,"name":"TreeNode","url":"classes/_treenode_.treenode.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"TreeNode\""},{"id":572,"kind":1024,"name":"data","url":"classes/_treenode_.treenode.html#data","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"TreeNode\".TreeNode"},{"id":573,"kind":1024,"name":"nodes","url":"classes/_treenode_.treenode.html#nodes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"TreeNode\".TreeNode"},{"id":574,"kind":1024,"name":"selected","url":"classes/_treenode_.treenode.html#selected","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"TreeNode\".TreeNode"},{"id":575,"kind":1024,"name":"expanded","url":"classes/_treenode_.treenode.html#expanded","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"TreeNode\".TreeNode"},{"id":576,"kind":1024,"name":"id","url":"classes/_treenode_.treenode.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"TreeNode\".TreeNode"},{"id":577,"kind":1024,"name":"label","url":"classes/_treenode_.treenode.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"TreeNode\".TreeNode"},{"id":578,"kind":1024,"name":"navDate","url":"classes/_treenode_.treenode.html#navdate","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"TreeNode\".TreeNode"},{"id":579,"kind":1024,"name":"parentNode","url":"classes/_treenode_.treenode.html#parentnode","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"TreeNode\".TreeNode"},{"id":580,"kind":512,"name":"constructor","url":"classes/_treenode_.treenode.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"TreeNode\".TreeNode"},{"id":581,"kind":2048,"name":"addNode","url":"classes/_treenode_.treenode.html#addnode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"TreeNode\".TreeNode"},{"id":582,"kind":2048,"name":"isCollection","url":"classes/_treenode_.treenode.html#iscollection","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"TreeNode\".TreeNode"},{"id":583,"kind":2048,"name":"isManifest","url":"classes/_treenode_.treenode.html#ismanifest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"TreeNode\".TreeNode"},{"id":584,"kind":2048,"name":"isRange","url":"classes/_treenode_.treenode.html#isrange","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"TreeNode\".TreeNode"},{"id":585,"kind":1,"name":"\"IIIFResource\"","url":"modules/_iiifresource_.html","classes":"tsd-kind-external-module"},{"id":586,"kind":128,"name":"IIIFResource","url":"classes/_iiifresource_.iiifresource.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"IIIFResource\""},{"id":587,"kind":1024,"name":"defaultTree","url":"classes/_iiifresource_.iiifresource.html#defaulttree","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"IIIFResource\".IIIFResource"},{"id":588,"kind":1024,"name":"index","url":"classes/_iiifresource_.iiifresource.html#index","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"IIIFResource\".IIIFResource"},{"id":589,"kind":1024,"name":"isLoaded","url":"classes/_iiifresource_.iiifresource.html#isloaded","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"IIIFResource\".IIIFResource"},{"id":590,"kind":1024,"name":"parentCollection","url":"classes/_iiifresource_.iiifresource.html#parentcollection","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"IIIFResource\".IIIFResource"},{"id":591,"kind":1024,"name":"parentLabel","url":"classes/_iiifresource_.iiifresource.html#parentlabel","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"IIIFResource\".IIIFResource"},{"id":592,"kind":512,"name":"constructor","url":"classes/_iiifresource_.iiifresource.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"IIIFResource\".IIIFResource"},{"id":593,"kind":2048,"name":"getAttribution","url":"classes/_iiifresource_.iiifresource.html#getattribution","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"IIIFResource\".IIIFResource"},{"id":594,"kind":2048,"name":"getDescription","url":"classes/_iiifresource_.iiifresource.html#getdescription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"IIIFResource\".IIIFResource"},{"id":595,"kind":2048,"name":"getIIIFResourceType","url":"classes/_iiifresource_.iiifresource.html#getiiifresourcetype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"IIIFResource\".IIIFResource"},{"id":596,"kind":2048,"name":"getLogo","url":"classes/_iiifresource_.iiifresource.html#getlogo","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"IIIFResource\".IIIFResource"},{"id":597,"kind":2048,"name":"getLicense","url":"classes/_iiifresource_.iiifresource.html#getlicense","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"IIIFResource\".IIIFResource"},{"id":598,"kind":2048,"name":"getNavDate","url":"classes/_iiifresource_.iiifresource.html#getnavdate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"IIIFResource\".IIIFResource"},{"id":599,"kind":2048,"name":"getRelated","url":"classes/_iiifresource_.iiifresource.html#getrelated","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"IIIFResource\".IIIFResource"},{"id":600,"kind":2048,"name":"getSeeAlso","url":"classes/_iiifresource_.iiifresource.html#getseealso","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"IIIFResource\".IIIFResource"},{"id":601,"kind":2048,"name":"getDefaultTree","url":"classes/_iiifresource_.iiifresource.html#getdefaulttree","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"IIIFResource\".IIIFResource"},{"id":602,"kind":2048,"name":"getRequiredStatement","url":"classes/_iiifresource_.iiifresource.html#getrequiredstatement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"IIIFResource\".IIIFResource"},{"id":603,"kind":2048,"name":"isCollection","url":"classes/_iiifresource_.iiifresource.html#iscollection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"IIIFResource\".IIIFResource"},{"id":604,"kind":2048,"name":"isManifest","url":"classes/_iiifresource_.iiifresource.html#ismanifest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"IIIFResource\".IIIFResource"},{"id":605,"kind":2048,"name":"load","url":"classes/_iiifresource_.iiifresource.html#load","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"IIIFResource\".IIIFResource"},{"id":606,"kind":1024,"name":"externalResource","url":"classes/_iiifresource_.iiifresource.html#externalresource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":607,"kind":1024,"name":"options","url":"classes/_iiifresource_.iiifresource.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":608,"kind":2048,"name":"getLabel","url":"classes/_iiifresource_.iiifresource.html#getlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":609,"kind":2048,"name":"getDefaultLabel","url":"classes/_iiifresource_.iiifresource.html#getdefaultlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":610,"kind":2048,"name":"getMetadata","url":"classes/_iiifresource_.iiifresource.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":611,"kind":2048,"name":"getRendering","url":"classes/_iiifresource_.iiifresource.html#getrendering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":612,"kind":2048,"name":"getRenderings","url":"classes/_iiifresource_.iiifresource.html#getrenderings","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":613,"kind":2048,"name":"getService","url":"classes/_iiifresource_.iiifresource.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":614,"kind":2048,"name":"getServices","url":"classes/_iiifresource_.iiifresource.html#getservices","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":615,"kind":2048,"name":"getThumbnail","url":"classes/_iiifresource_.iiifresource.html#getthumbnail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":616,"kind":2048,"name":"isAnnotation","url":"classes/_iiifresource_.iiifresource.html#isannotation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":617,"kind":2048,"name":"isCanvas","url":"classes/_iiifresource_.iiifresource.html#iscanvas","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":618,"kind":2048,"name":"isRange","url":"classes/_iiifresource_.iiifresource.html#isrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":619,"kind":2048,"name":"isSequence","url":"classes/_iiifresource_.iiifresource.html#issequence","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":620,"kind":1024,"name":"context","url":"classes/_iiifresource_.iiifresource.html#context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":621,"kind":1024,"name":"id","url":"classes/_iiifresource_.iiifresource.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":622,"kind":1024,"name":"__jsonld","url":"classes/_iiifresource_.iiifresource.html#__jsonld","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":623,"kind":2048,"name":"getProperty","url":"classes/_iiifresource_.iiifresource.html#getproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"IIIFResource\".IIIFResource"},{"id":624,"kind":1,"name":"\"IManifestoOptions\"","url":"modules/_imanifestooptions_.html","classes":"tsd-kind-external-module"},{"id":625,"kind":256,"name":"IManifestoOptions","url":"interfaces/_imanifestooptions_.imanifestooptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"IManifestoOptions\""},{"id":626,"kind":1024,"name":"defaultLabel","url":"interfaces/_imanifestooptions_.imanifestooptions.html#defaultlabel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IManifestoOptions\".IManifestoOptions"},{"id":627,"kind":1024,"name":"locale","url":"interfaces/_imanifestooptions_.imanifestooptions.html#locale","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IManifestoOptions\".IManifestoOptions"},{"id":628,"kind":1024,"name":"index","url":"interfaces/_imanifestooptions_.imanifestooptions.html#index","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IManifestoOptions\".IManifestoOptions"},{"id":629,"kind":1024,"name":"resource","url":"interfaces/_imanifestooptions_.imanifestooptions.html#resource","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IManifestoOptions\".IManifestoOptions"},{"id":630,"kind":1024,"name":"navDate","url":"interfaces/_imanifestooptions_.imanifestooptions.html#navdate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IManifestoOptions\".IManifestoOptions"},{"id":631,"kind":1024,"name":"pessimisticAccessControl","url":"interfaces/_imanifestooptions_.imanifestooptions.html#pessimisticaccesscontrol","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IManifestoOptions\".IManifestoOptions"},{"id":632,"kind":1,"name":"\"Service\"","url":"modules/_service_.html","classes":"tsd-kind-external-module"},{"id":633,"kind":128,"name":"Service","url":"classes/_service_.service.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Service\""},{"id":634,"kind":512,"name":"constructor","url":"classes/_service_.service.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"Service\".Service"},{"id":635,"kind":2048,"name":"getProfile","url":"classes/_service_.service.html#getprofile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Service\".Service"},{"id":636,"kind":2048,"name":"getConfirmLabel","url":"classes/_service_.service.html#getconfirmlabel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Service\".Service"},{"id":637,"kind":2048,"name":"getDescription","url":"classes/_service_.service.html#getdescription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Service\".Service"},{"id":638,"kind":2048,"name":"getFailureDescription","url":"classes/_service_.service.html#getfailuredescription","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Service\".Service"},{"id":639,"kind":2048,"name":"getFailureHeader","url":"classes/_service_.service.html#getfailureheader","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Service\".Service"},{"id":640,"kind":2048,"name":"getHeader","url":"classes/_service_.service.html#getheader","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Service\".Service"},{"id":641,"kind":2048,"name":"getServiceLabel","url":"classes/_service_.service.html#getservicelabel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Service\".Service"},{"id":642,"kind":2048,"name":"getInfoUri","url":"classes/_service_.service.html#getinfouri","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Service\".Service"},{"id":643,"kind":1024,"name":"externalResource","url":"classes/_service_.service.html#externalresource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":644,"kind":1024,"name":"options","url":"classes/_service_.service.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":645,"kind":2048,"name":"getIIIFResourceType","url":"classes/_service_.service.html#getiiifresourcetype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":646,"kind":2048,"name":"getLabel","url":"classes/_service_.service.html#getlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":647,"kind":2048,"name":"getDefaultLabel","url":"classes/_service_.service.html#getdefaultlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":648,"kind":2048,"name":"getMetadata","url":"classes/_service_.service.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":649,"kind":2048,"name":"getRendering","url":"classes/_service_.service.html#getrendering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":650,"kind":2048,"name":"getRenderings","url":"classes/_service_.service.html#getrenderings","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":651,"kind":2048,"name":"getService","url":"classes/_service_.service.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":652,"kind":2048,"name":"getServices","url":"classes/_service_.service.html#getservices","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":653,"kind":2048,"name":"getThumbnail","url":"classes/_service_.service.html#getthumbnail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":654,"kind":2048,"name":"isAnnotation","url":"classes/_service_.service.html#isannotation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":655,"kind":2048,"name":"isCanvas","url":"classes/_service_.service.html#iscanvas","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":656,"kind":2048,"name":"isCollection","url":"classes/_service_.service.html#iscollection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":657,"kind":2048,"name":"isManifest","url":"classes/_service_.service.html#ismanifest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":658,"kind":2048,"name":"isRange","url":"classes/_service_.service.html#isrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":659,"kind":2048,"name":"isSequence","url":"classes/_service_.service.html#issequence","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":660,"kind":1024,"name":"context","url":"classes/_service_.service.html#context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":661,"kind":1024,"name":"id","url":"classes/_service_.service.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":662,"kind":1024,"name":"__jsonld","url":"classes/_service_.service.html#__jsonld","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":663,"kind":2048,"name":"getProperty","url":"classes/_service_.service.html#getproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Service\".Service"},{"id":664,"kind":1,"name":"\"IExternalResource\"","url":"modules/_iexternalresource_.html","classes":"tsd-kind-external-module"},{"id":665,"kind":256,"name":"IExternalResource","url":"interfaces/_iexternalresource_.iexternalresource.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"IExternalResource\""},{"id":666,"kind":1024,"name":"authAPIVersion","url":"interfaces/_iexternalresource_.iexternalresource.html#authapiversion","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":667,"kind":1024,"name":"authHoldingPage","url":"interfaces/_iexternalresource_.iexternalresource.html#authholdingpage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":668,"kind":1024,"name":"clickThroughService","url":"interfaces/_iexternalresource_.iexternalresource.html#clickthroughservice","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":669,"kind":1024,"name":"data","url":"interfaces/_iexternalresource_.iexternalresource.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":670,"kind":1024,"name":"dataUri","url":"interfaces/_iexternalresource_.iexternalresource.html#datauri","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":671,"kind":1024,"name":"error","url":"interfaces/_iexternalresource_.iexternalresource.html#error","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":672,"kind":1024,"name":"externalService","url":"interfaces/_iexternalresource_.iexternalresource.html#externalservice","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":673,"kind":2048,"name":"getData","url":"interfaces/_iexternalresource_.iexternalresource.html#getdata","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":674,"kind":2048,"name":"hasServiceDescriptor","url":"interfaces/_iexternalresource_.iexternalresource.html#hasservicedescriptor","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":675,"kind":1024,"name":"height","url":"interfaces/_iexternalresource_.iexternalresource.html#height","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":676,"kind":1024,"name":"index","url":"interfaces/_iexternalresource_.iexternalresource.html#index","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":677,"kind":2048,"name":"isAccessControlled","url":"interfaces/_iexternalresource_.iexternalresource.html#isaccesscontrolled","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":678,"kind":1024,"name":"isResponseHandled","url":"interfaces/_iexternalresource_.iexternalresource.html#isresponsehandled","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":679,"kind":1024,"name":"kioskService","url":"interfaces/_iexternalresource_.iexternalresource.html#kioskservice","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":680,"kind":1024,"name":"loginService","url":"interfaces/_iexternalresource_.iexternalresource.html#loginservice","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":681,"kind":1024,"name":"logoutService","url":"interfaces/_iexternalresource_.iexternalresource.html#logoutservice","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":682,"kind":1024,"name":"options","url":"interfaces/_iexternalresource_.iexternalresource.html#options","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":683,"kind":1024,"name":"restrictedService","url":"interfaces/_iexternalresource_.iexternalresource.html#restrictedservice","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":684,"kind":1024,"name":"status","url":"interfaces/_iexternalresource_.iexternalresource.html#status","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":685,"kind":1024,"name":"tokenService","url":"interfaces/_iexternalresource_.iexternalresource.html#tokenservice","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":686,"kind":1024,"name":"width","url":"interfaces/_iexternalresource_.iexternalresource.html#width","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"IExternalResource\".IExternalResource"},{"id":687,"kind":1,"name":"\"ManifestResource\"","url":"modules/_manifestresource_.html","classes":"tsd-kind-external-module"},{"id":688,"kind":128,"name":"ManifestResource","url":"classes/_manifestresource_.manifestresource.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"ManifestResource\""},{"id":689,"kind":1024,"name":"externalResource","url":"classes/_manifestresource_.manifestresource.html#externalresource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":690,"kind":1024,"name":"options","url":"classes/_manifestresource_.manifestresource.html#options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":691,"kind":512,"name":"constructor","url":"classes/_manifestresource_.manifestresource.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"ManifestResource\".ManifestResource"},{"id":692,"kind":2048,"name":"getIIIFResourceType","url":"classes/_manifestresource_.manifestresource.html#getiiifresourcetype","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":693,"kind":2048,"name":"getLabel","url":"classes/_manifestresource_.manifestresource.html#getlabel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":694,"kind":2048,"name":"getDefaultLabel","url":"classes/_manifestresource_.manifestresource.html#getdefaultlabel","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":695,"kind":2048,"name":"getMetadata","url":"classes/_manifestresource_.manifestresource.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":696,"kind":2048,"name":"getRendering","url":"classes/_manifestresource_.manifestresource.html#getrendering","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":697,"kind":2048,"name":"getRenderings","url":"classes/_manifestresource_.manifestresource.html#getrenderings","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":698,"kind":2048,"name":"getService","url":"classes/_manifestresource_.manifestresource.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":699,"kind":2048,"name":"getServices","url":"classes/_manifestresource_.manifestresource.html#getservices","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":700,"kind":2048,"name":"getThumbnail","url":"classes/_manifestresource_.manifestresource.html#getthumbnail","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":701,"kind":2048,"name":"isAnnotation","url":"classes/_manifestresource_.manifestresource.html#isannotation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":702,"kind":2048,"name":"isCanvas","url":"classes/_manifestresource_.manifestresource.html#iscanvas","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":703,"kind":2048,"name":"isCollection","url":"classes/_manifestresource_.manifestresource.html#iscollection","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":704,"kind":2048,"name":"isManifest","url":"classes/_manifestresource_.manifestresource.html#ismanifest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":705,"kind":2048,"name":"isRange","url":"classes/_manifestresource_.manifestresource.html#isrange","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":706,"kind":2048,"name":"isSequence","url":"classes/_manifestresource_.manifestresource.html#issequence","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"ManifestResource\".ManifestResource"},{"id":707,"kind":1024,"name":"context","url":"classes/_manifestresource_.manifestresource.html#context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"ManifestResource\".ManifestResource"},{"id":708,"kind":1024,"name":"id","url":"classes/_manifestresource_.manifestresource.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"ManifestResource\".ManifestResource"},{"id":709,"kind":1024,"name":"__jsonld","url":"classes/_manifestresource_.manifestresource.html#__jsonld","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"ManifestResource\".ManifestResource"},{"id":710,"kind":2048,"name":"getProperty","url":"classes/_manifestresource_.manifestresource.html#getproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"ManifestResource\".ManifestResource"},{"id":711,"kind":1,"name":"\"Annotation\"","url":"modules/_annotation_.html","classes":"tsd-kind-external-module"},{"id":712,"kind":128,"name":"Annotation","url":"classes/_annotation_.annotation.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Annotation\""},{"id":713,"kind":512,"name":"constructor","url":"classes/_annotation_.annotation.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"Annotation\".Annotation"},{"id":714,"kind":2048,"name":"getBody","url":"classes/_annotation_.annotation.html#getbody","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Annotation\".Annotation"},{"id":715,"kind":2048,"name":"getMotivation","url":"classes/_annotation_.annotation.html#getmotivation","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Annotation\".Annotation"},{"id":716,"kind":2048,"name":"getOn","url":"classes/_annotation_.annotation.html#geton","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Annotation\".Annotation"},{"id":717,"kind":2048,"name":"getTarget","url":"classes/_annotation_.annotation.html#gettarget","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Annotation\".Annotation"},{"id":718,"kind":2048,"name":"getResource","url":"classes/_annotation_.annotation.html#getresource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Annotation\".Annotation"},{"id":719,"kind":1024,"name":"externalResource","url":"classes/_annotation_.annotation.html#externalresource","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":720,"kind":1024,"name":"options","url":"classes/_annotation_.annotation.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":721,"kind":2048,"name":"getIIIFResourceType","url":"classes/_annotation_.annotation.html#getiiifresourcetype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":722,"kind":2048,"name":"getLabel","url":"classes/_annotation_.annotation.html#getlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":723,"kind":2048,"name":"getDefaultLabel","url":"classes/_annotation_.annotation.html#getdefaultlabel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":724,"kind":2048,"name":"getMetadata","url":"classes/_annotation_.annotation.html#getmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":725,"kind":2048,"name":"getRendering","url":"classes/_annotation_.annotation.html#getrendering","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":726,"kind":2048,"name":"getRenderings","url":"classes/_annotation_.annotation.html#getrenderings","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":727,"kind":2048,"name":"getService","url":"classes/_annotation_.annotation.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":728,"kind":2048,"name":"getServices","url":"classes/_annotation_.annotation.html#getservices","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":729,"kind":2048,"name":"getThumbnail","url":"classes/_annotation_.annotation.html#getthumbnail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":730,"kind":2048,"name":"isAnnotation","url":"classes/_annotation_.annotation.html#isannotation","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":731,"kind":2048,"name":"isCanvas","url":"classes/_annotation_.annotation.html#iscanvas","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":732,"kind":2048,"name":"isCollection","url":"classes/_annotation_.annotation.html#iscollection","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":733,"kind":2048,"name":"isManifest","url":"classes/_annotation_.annotation.html#ismanifest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":734,"kind":2048,"name":"isRange","url":"classes/_annotation_.annotation.html#isrange","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":735,"kind":2048,"name":"isSequence","url":"classes/_annotation_.annotation.html#issequence","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":736,"kind":1024,"name":"context","url":"classes/_annotation_.annotation.html#context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":737,"kind":1024,"name":"id","url":"classes/_annotation_.annotation.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":738,"kind":1024,"name":"__jsonld","url":"classes/_annotation_.annotation.html#__jsonld","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"},{"id":739,"kind":2048,"name":"getProperty","url":"classes/_annotation_.annotation.html#getproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"Annotation\".Annotation"}]};