assemblyview.html 86 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229
  1. <!doctype html>
  2. <html class="default no-js">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>AssemblyView | @rcsb/rcsb-saguaro-3d</title>
  7. <meta name="description" content="Documentation for @rcsb/rcsb-saguaro-3d">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="stylesheet" href="../assets/css/main.css">
  10. </head>
  11. <body>
  12. <header>
  13. <div class="tsd-page-toolbar">
  14. <div class="container">
  15. <div class="table-wrap">
  16. <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
  17. <div class="field">
  18. <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
  19. <input id="tsd-search-field" type="text" />
  20. </div>
  21. <ul class="results">
  22. <li class="state loading">Preparing search index...</li>
  23. <li class="state failure">The search index is not available</li>
  24. </ul>
  25. <a href="../index.html" class="title">@rcsb/rcsb-saguaro-3d</a>
  26. </div>
  27. <div class="table-cell" id="tsd-widgets">
  28. <div id="tsd-filter">
  29. <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
  30. <div class="tsd-filter-group">
  31. <div class="tsd-select" id="tsd-filter-visibility">
  32. <span class="tsd-select-label">All</span>
  33. <ul class="tsd-select-list">
  34. <li data-value="public">Public</li>
  35. <li data-value="protected">Public/Protected</li>
  36. <li data-value="private" class="selected">All</li>
  37. </ul>
  38. </div>
  39. <input type="checkbox" id="tsd-filter-inherited" checked />
  40. <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
  41. <input type="checkbox" id="tsd-filter-externals" checked />
  42. <label class="tsd-widget" for="tsd-filter-externals">Externals</label>
  43. <input type="checkbox" id="tsd-filter-only-exported" />
  44. <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
  45. </div>
  46. </div>
  47. <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. <div class="tsd-page-title">
  53. <div class="container">
  54. <ul class="tsd-breadcrumb">
  55. <li>
  56. <a href="../globals.html">Globals</a>
  57. </li>
  58. <li>
  59. <a href="assemblyview.html">AssemblyView</a>
  60. </li>
  61. </ul>
  62. <h1>Class AssemblyView&lt;SS&gt;</h1>
  63. </div>
  64. </div>
  65. </header>
  66. <div class="container container-main">
  67. <div class="row">
  68. <div class="col-8 col-content">
  69. <section class="tsd-panel tsd-type-parameters">
  70. <h3>Type parameters</h3>
  71. <ul class="tsd-type-parameters">
  72. <li>
  73. <h4>SS</h4>
  74. </li>
  75. </ul>
  76. </section>
  77. <section class="tsd-panel tsd-hierarchy">
  78. <h3>Hierarchy</h3>
  79. <ul class="tsd-hierarchy">
  80. <li>
  81. <a href="abstractview.html" class="tsd-signature-type">AbstractView</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">&gt;</span>
  82. <ul class="tsd-hierarchy">
  83. <li>
  84. <span class="target">AssemblyView</span>
  85. </li>
  86. </ul>
  87. </li>
  88. </ul>
  89. </section>
  90. <section class="tsd-panel">
  91. <h3>Implements</h3>
  92. <ul class="tsd-hierarchy">
  93. <li><a href="../interfaces/sequenceviewinterface.html" class="tsd-signature-type">SequenceViewInterface</a></li>
  94. </ul>
  95. </section>
  96. <section class="tsd-panel-group tsd-index-group">
  97. <h2>Index</h2>
  98. <section class="tsd-panel tsd-index-panel">
  99. <div class="tsd-index-content">
  100. <section class="tsd-index-section tsd-is-inherited">
  101. <h3>Constructors</h3>
  102. <ul class="tsd-index-list">
  103. <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="assemblyview.html#constructor" class="tsd-kind-icon">constructor</a></li>
  104. </ul>
  105. </section>
  106. <section class="tsd-index-section tsd-is-private-protected">
  107. <h3>Properties</h3>
  108. <ul class="tsd-index-list">
  109. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#boardconfig" class="tsd-kind-icon">board<wbr>Config</a></li>
  110. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="assemblyview.html#componentdivid" class="tsd-kind-icon">component<wbr>Div<wbr>Id</a></li>
  111. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#createcomponentthreshold" class="tsd-kind-icon">create<wbr>Component<wbr>Threshold</a></li>
  112. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#currententryid" class="tsd-kind-icon">current<wbr>Entry<wbr>Id</a></li>
  113. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#currentlabelasymid" class="tsd-kind-icon">current<wbr>Label<wbr>Asym<wbr>Id</a></li>
  114. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#currentmodelid" class="tsd-kind-icon">current<wbr>Model<wbr>Id</a></li>
  115. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#currentmodelmap" class="tsd-kind-icon">current<wbr>Model<wbr>Map</a></li>
  116. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#currentmodelnumber" class="tsd-kind-icon">current<wbr>Model<wbr>Number</a></li>
  117. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#currentselectedcomponentid" class="tsd-kind-icon">current<wbr>Selected<wbr>Component<wbr>Id</a></li>
  118. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#innerselectionflag" class="tsd-kind-icon">inner<wbr>Selection<wbr>Flag</a></li>
  119. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="assemblyview.html#rcsbfvdivid" class="tsd-kind-icon">rcsb<wbr>FvDiv<wbr>Id</a></li>
  120. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#rcsbfvmodule" class="tsd-kind-icon">rcsb<wbr>FvModule</a></li>
  121. </ul>
  122. </section>
  123. <section class="tsd-index-section ">
  124. <h3>Methods</h3>
  125. <ul class="tsd-index-list">
  126. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="assemblyview.html#unsafe_componentwillmount" class="tsd-kind-icon">UNSAFE_<wbr>component<wbr>Will<wbr>Mount</a></li>
  127. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="assemblyview.html#unsafe_componentwillreceiveprops" class="tsd-kind-icon">UNSAFE_<wbr>component<wbr>Will<wbr>Receive<wbr>Props</a></li>
  128. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="assemblyview.html#unsafe_componentwillupdate" class="tsd-kind-icon">UNSAFE_<wbr>component<wbr>Will<wbr>Update</a></li>
  129. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="assemblyview.html#additionalcontent" class="tsd-kind-icon">additional<wbr>Content</a></li>
  130. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="assemblyview.html#componentdidcatch" class="tsd-kind-icon">component<wbr>Did<wbr>Catch</a></li>
  131. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="assemblyview.html#componentdidmount" class="tsd-kind-icon">component<wbr>Did<wbr>Mount</a></li>
  132. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="assemblyview.html#componentdidupdate" class="tsd-kind-icon">component<wbr>Did<wbr>Update</a></li>
  133. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="assemblyview.html#componentwillmount" class="tsd-kind-icon">component<wbr>Will<wbr>Mount</a></li>
  134. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="assemblyview.html#componentwillreceiveprops" class="tsd-kind-icon">component<wbr>Will<wbr>Receive<wbr>Props</a></li>
  135. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="assemblyview.html#componentwillunmount" class="tsd-kind-icon">component<wbr>Will<wbr>Unmount</a></li>
  136. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="assemblyview.html#componentwillupdate" class="tsd-kind-icon">component<wbr>Will<wbr>Update</a></li>
  137. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#elementclickcallback" class="tsd-kind-icon">element<wbr>Click<wbr>Callback</a></li>
  138. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="assemblyview.html#getsnapshotbeforeupdate" class="tsd-kind-icon">get<wbr>Snapshot<wbr>Before<wbr>Update</a></li>
  139. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#highlighthovercallback" class="tsd-kind-icon">highlight<wbr>Hover<wbr>Callback</a></li>
  140. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="assemblyview.html#modelchangecallback" class="tsd-kind-icon">model<wbr>Change<wbr>Callback</a></li>
  141. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#pluginselectcallback" class="tsd-kind-icon">plugin<wbr>Select<wbr>Callback</a></li>
  142. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="assemblyview.html#render" class="tsd-kind-icon">render</a></li>
  143. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="assemblyview.html#representationchangecallback" class="tsd-kind-icon">representation<wbr>Change<wbr>Callback</a></li>
  144. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#resetpluginview" class="tsd-kind-icon">reset<wbr>Plugin<wbr>View</a></li>
  145. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#select" class="tsd-kind-icon">select</a></li>
  146. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#selectionchangecallback" class="tsd-kind-icon">selection<wbr>Change<wbr>Callback</a></li>
  147. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="assemblyview.html#shouldcomponentupdate" class="tsd-kind-icon">should<wbr>Component<wbr>Update</a></li>
  148. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="assemblyview.html#structurehovercallback" class="tsd-kind-icon">structure<wbr>Hover<wbr>Callback</a></li>
  149. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="assemblyview.html#structureselectioncallback" class="tsd-kind-icon">structure<wbr>Selection<wbr>Callback</a></li>
  150. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="assemblyview.html#unmountrcsbfv" class="tsd-kind-icon">unmount<wbr>Rcsb<wbr>Fv</a></li>
  151. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="assemblyview.html#updatedimensions" class="tsd-kind-icon">update<wbr>Dimensions</a></li>
  152. </ul>
  153. </section>
  154. </div>
  155. </section>
  156. </section>
  157. <section class="tsd-panel-group tsd-member-group tsd-is-inherited">
  158. <h2>Constructors</h2>
  159. <section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
  160. <a name="constructor" class="tsd-anchor"></a>
  161. <h3>constructor</h3>
  162. <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
  163. <li class="tsd-signature tsd-kind-icon">new <wbr>Assembly<wbr>View<span class="tsd-signature-symbol">(</span>props<span class="tsd-signature-symbol">: </span><a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="assemblyview.html" class="tsd-signature-type">AssemblyView</a></li>
  164. </ul>
  165. <ul class="tsd-descriptions">
  166. <li class="tsd-description">
  167. <aside class="tsd-sources">
  168. <p>Inherited from <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#constructor">constructor</a></p>
  169. <ul>
  170. <li>Defined in src/RcsbFvSequence/SequenceViews/AbstractView.tsx:26</li>
  171. </ul>
  172. </aside>
  173. <h4 class="tsd-parameters-title">Parameters</h4>
  174. <ul class="tsd-parameters">
  175. <li>
  176. <h5>props: <a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a></h5>
  177. </li>
  178. </ul>
  179. <h4 class="tsd-returns-title">Returns <a href="assemblyview.html" class="tsd-signature-type">AssemblyView</a></h4>
  180. </li>
  181. </ul>
  182. </section>
  183. </section>
  184. <section class="tsd-panel-group tsd-member-group tsd-is-private-protected">
  185. <h2>Properties</h2>
  186. <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
  187. <a name="boardconfig" class="tsd-anchor"></a>
  188. <h3><span class="tsd-flag ts-flagPrivate">Private</span> board<wbr>Config</h3>
  189. <div class="tsd-signature tsd-kind-icon">board<wbr>Config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">RcsbFvBoardConfigInterface</span><span class="tsd-signature-symbol">&gt;</span></div>
  190. <aside class="tsd-sources">
  191. <ul>
  192. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:43</li>
  193. </ul>
  194. </aside>
  195. </section>
  196. <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
  197. <a name="componentdivid" class="tsd-anchor"></a>
  198. <h3><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> component<wbr>Div<wbr>Id</h3>
  199. <div class="tsd-signature tsd-kind-icon">component<wbr>Div<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
  200. <aside class="tsd-sources">
  201. <p>Inherited from <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#componentdivid">componentDivId</a></p>
  202. <ul>
  203. <li>Defined in src/RcsbFvSequence/SequenceViews/AbstractView.tsx:24</li>
  204. </ul>
  205. </aside>
  206. </section>
  207. <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
  208. <a name="createcomponentthreshold" class="tsd-anchor"></a>
  209. <h3><span class="tsd-flag ts-flagPrivate">Private</span> create<wbr>Component<wbr>Threshold</h3>
  210. <div class="tsd-signature tsd-kind-icon">create<wbr>Component<wbr>Threshold<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 3</span></div>
  211. <aside class="tsd-sources">
  212. <ul>
  213. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:39</li>
  214. </ul>
  215. </aside>
  216. </section>
  217. <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
  218. <a name="currententryid" class="tsd-anchor"></a>
  219. <h3><span class="tsd-flag ts-flagPrivate">Private</span> current<wbr>Entry<wbr>Id</h3>
  220. <div class="tsd-signature tsd-kind-icon">current<wbr>Entry<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
  221. <aside class="tsd-sources">
  222. <ul>
  223. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:36</li>
  224. </ul>
  225. </aside>
  226. </section>
  227. <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
  228. <a name="currentlabelasymid" class="tsd-anchor"></a>
  229. <h3><span class="tsd-flag ts-flagPrivate">Private</span> current<wbr>Label<wbr>Asym<wbr>Id</h3>
  230. <div class="tsd-signature tsd-kind-icon">current<wbr>Label<wbr>Asym<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
  231. <aside class="tsd-sources">
  232. <ul>
  233. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:35</li>
  234. </ul>
  235. </aside>
  236. </section>
  237. <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
  238. <a name="currentmodelid" class="tsd-anchor"></a>
  239. <h3><span class="tsd-flag ts-flagPrivate">Private</span> current<wbr>Model<wbr>Id</h3>
  240. <div class="tsd-signature tsd-kind-icon">current<wbr>Model<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
  241. <aside class="tsd-sources">
  242. <ul>
  243. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:37</li>
  244. </ul>
  245. </aside>
  246. </section>
  247. <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
  248. <a name="currentmodelmap" class="tsd-anchor"></a>
  249. <h3><span class="tsd-flag ts-flagPrivate">Private</span> current<wbr>Model<wbr>Map</h3>
  250. <div class="tsd-signature tsd-kind-icon">current<wbr>Model<wbr>Map<span class="tsd-signature-symbol">:</span> <a href="../globals.html#saguaropluginmodelmaptype" class="tsd-signature-type">SaguaroPluginModelMapType</a></div>
  251. <aside class="tsd-sources">
  252. <ul>
  253. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:42</li>
  254. </ul>
  255. </aside>
  256. </section>
  257. <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
  258. <a name="currentmodelnumber" class="tsd-anchor"></a>
  259. <h3><span class="tsd-flag ts-flagPrivate">Private</span> current<wbr>Model<wbr>Number</h3>
  260. <div class="tsd-signature tsd-kind-icon">current<wbr>Model<wbr>Number<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
  261. <aside class="tsd-sources">
  262. <ul>
  263. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:38</li>
  264. </ul>
  265. </aside>
  266. </section>
  267. <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
  268. <a name="currentselectedcomponentid" class="tsd-anchor"></a>
  269. <h3><span class="tsd-flag ts-flagPrivate">Private</span> current<wbr>Selected<wbr>Component<wbr>Id</h3>
  270. <div class="tsd-signature tsd-kind-icon">current<wbr>Selected<wbr>Component<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
  271. <aside class="tsd-sources">
  272. <ul>
  273. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:41</li>
  274. </ul>
  275. </aside>
  276. </section>
  277. <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
  278. <a name="innerselectionflag" class="tsd-anchor"></a>
  279. <h3><span class="tsd-flag ts-flagPrivate">Private</span> inner<wbr>Selection<wbr>Flag</h3>
  280. <div class="tsd-signature tsd-kind-icon">inner<wbr>Selection<wbr>Flag<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></div>
  281. <aside class="tsd-sources">
  282. <ul>
  283. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:40</li>
  284. </ul>
  285. </aside>
  286. </section>
  287. <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
  288. <a name="rcsbfvdivid" class="tsd-anchor"></a>
  289. <h3><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> rcsb<wbr>FvDiv<wbr>Id</h3>
  290. <div class="tsd-signature tsd-kind-icon">rcsb<wbr>FvDiv<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
  291. <aside class="tsd-sources">
  292. <p>Inherited from <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#rcsbfvdivid">rcsbFvDivId</a></p>
  293. <ul>
  294. <li>Defined in src/RcsbFvSequence/SequenceViews/AbstractView.tsx:25</li>
  295. </ul>
  296. </aside>
  297. </section>
  298. <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
  299. <a name="rcsbfvmodule" class="tsd-anchor"></a>
  300. <h3><span class="tsd-flag ts-flagPrivate">Private</span> rcsb<wbr>FvModule</h3>
  301. <div class="tsd-signature tsd-kind-icon">rcsb<wbr>FvModule<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RcsbFvModulePublicInterface</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></div>
  302. <aside class="tsd-sources">
  303. <ul>
  304. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:44</li>
  305. </ul>
  306. </aside>
  307. </section>
  308. </section>
  309. <section class="tsd-panel-group tsd-member-group ">
  310. <h2>Methods</h2>
  311. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  312. <a name="unsafe_componentwillmount" class="tsd-anchor"></a>
  313. <h3><span class="tsd-flag ts-flagOptional">Optional</span> UNSAFE_<wbr>component<wbr>Will<wbr>Mount</h3>
  314. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  315. <li class="tsd-signature tsd-kind-icon">UNSAFE_<wbr>component<wbr>Will<wbr>Mount<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  316. </ul>
  317. <ul class="tsd-descriptions">
  318. <li class="tsd-description">
  319. <aside class="tsd-sources">
  320. <p>Inherited from <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#unsafe_componentwillmount">UNSAFE_componentWillMount</a></p>
  321. <ul>
  322. <li>Defined in node_modules/@types/react/index.d.ts:712</li>
  323. </ul>
  324. </aside>
  325. <div class="tsd-comment tsd-typography">
  326. <div class="lead">
  327. <p>Called immediately before mounting occurs, and before <code>Component#render</code>.
  328. Avoid introducing any side-effects or subscriptions in this method.</p>
  329. </div>
  330. <p>This method will not stop working in React 17.</p>
  331. <p>Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
  332. prevents this from being invoked.</p>
  333. <dl class="tsd-comment-tags">
  334. <dt>deprecated</dt>
  335. <dd><p>16.3, use componentDidMount or the constructor instead</p>
  336. </dd>
  337. <dt>see</dt>
  338. <dd><p><a href="https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state">https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state</a></p>
  339. </dd>
  340. <dt>see</dt>
  341. <dd><p><a href="https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path">https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path</a></p>
  342. </dd>
  343. </dl>
  344. </div>
  345. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  346. </li>
  347. </ul>
  348. </section>
  349. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  350. <a name="unsafe_componentwillreceiveprops" class="tsd-anchor"></a>
  351. <h3><span class="tsd-flag ts-flagOptional">Optional</span> UNSAFE_<wbr>component<wbr>Will<wbr>Receive<wbr>Props</h3>
  352. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  353. <li class="tsd-signature tsd-kind-icon">UNSAFE_<wbr>component<wbr>Will<wbr>Receive<wbr>Props<span class="tsd-signature-symbol">(</span>nextProps<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol">&gt;</span>, nextContext<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  354. </ul>
  355. <ul class="tsd-descriptions">
  356. <li class="tsd-description">
  357. <aside class="tsd-sources">
  358. <p>Inherited from <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#unsafe_componentwillreceiveprops">UNSAFE_componentWillReceiveProps</a></p>
  359. <ul>
  360. <li>Defined in node_modules/@types/react/index.d.ts:744</li>
  361. </ul>
  362. </aside>
  363. <div class="tsd-comment tsd-typography">
  364. <div class="lead">
  365. <p>Called when the component may be receiving new props.
  366. React may call this even if props have not changed, so be sure to compare new and existing
  367. props if you only want to handle changes.</p>
  368. </div>
  369. <p>Calling <code>Component#setState</code> generally does not trigger this method.</p>
  370. <p>This method will not stop working in React 17.</p>
  371. <p>Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
  372. prevents this from being invoked.</p>
  373. <dl class="tsd-comment-tags">
  374. <dt>deprecated</dt>
  375. <dd><p>16.3, use static getDerivedStateFromProps instead</p>
  376. </dd>
  377. <dt>see</dt>
  378. <dd><p><a href="https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props">https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props</a></p>
  379. </dd>
  380. <dt>see</dt>
  381. <dd><p><a href="https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path">https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path</a></p>
  382. </dd>
  383. </dl>
  384. </div>
  385. <h4 class="tsd-parameters-title">Parameters</h4>
  386. <ul class="tsd-parameters">
  387. <li>
  388. <h5>nextProps: <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol">&gt;</span></h5>
  389. </li>
  390. <li>
  391. <h5>nextContext: <span class="tsd-signature-type">any</span></h5>
  392. </li>
  393. </ul>
  394. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  395. </li>
  396. </ul>
  397. </section>
  398. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  399. <a name="unsafe_componentwillupdate" class="tsd-anchor"></a>
  400. <h3><span class="tsd-flag ts-flagOptional">Optional</span> UNSAFE_<wbr>component<wbr>Will<wbr>Update</h3>
  401. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  402. <li class="tsd-signature tsd-kind-icon">UNSAFE_<wbr>component<wbr>Will<wbr>Update<span class="tsd-signature-symbol">(</span>nextProps<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol">&gt;</span>, nextState<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">&gt;</span>, nextContext<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  403. </ul>
  404. <ul class="tsd-descriptions">
  405. <li class="tsd-description">
  406. <aside class="tsd-sources">
  407. <p>Inherited from <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#unsafe_componentwillupdate">UNSAFE_componentWillUpdate</a></p>
  408. <ul>
  409. <li>Defined in node_modules/@types/react/index.d.ts:772</li>
  410. </ul>
  411. </aside>
  412. <div class="tsd-comment tsd-typography">
  413. <div class="lead">
  414. <p>Called immediately before rendering when new props or state is received. Not called for the initial render.</p>
  415. </div>
  416. <p>Note: You cannot call <code>Component#setState</code> here.</p>
  417. <p>This method will not stop working in React 17.</p>
  418. <p>Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
  419. prevents this from being invoked.</p>
  420. <dl class="tsd-comment-tags">
  421. <dt>deprecated</dt>
  422. <dd><p>16.3, use getSnapshotBeforeUpdate instead</p>
  423. </dd>
  424. <dt>see</dt>
  425. <dd><p><a href="https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update">https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update</a></p>
  426. </dd>
  427. <dt>see</dt>
  428. <dd><p><a href="https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path">https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path</a></p>
  429. </dd>
  430. </dl>
  431. </div>
  432. <h4 class="tsd-parameters-title">Parameters</h4>
  433. <ul class="tsd-parameters">
  434. <li>
  435. <h5>nextProps: <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol">&gt;</span></h5>
  436. </li>
  437. <li>
  438. <h5>nextState: <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">&gt;</span></h5>
  439. </li>
  440. <li>
  441. <h5>nextContext: <span class="tsd-signature-type">any</span></h5>
  442. </li>
  443. </ul>
  444. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  445. </li>
  446. </ul>
  447. </section>
  448. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  449. <a name="additionalcontent" class="tsd-anchor"></a>
  450. <h3>additional<wbr>Content</h3>
  451. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  452. <li class="tsd-signature tsd-kind-icon">additional<wbr>Content<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Element</span></li>
  453. </ul>
  454. <ul class="tsd-descriptions">
  455. <li class="tsd-description">
  456. <aside class="tsd-sources">
  457. <p>Implementation of <a href="../interfaces/sequenceviewinterface.html">SequenceViewInterface</a>.<a href="../interfaces/sequenceviewinterface.html#additionalcontent">additionalContent</a></p>
  458. <p>Overrides <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#additionalcontent">additionalContent</a></p>
  459. <ul>
  460. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:47</li>
  461. </ul>
  462. </aside>
  463. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4>
  464. </li>
  465. </ul>
  466. </section>
  467. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  468. <a name="componentdidcatch" class="tsd-anchor"></a>
  469. <h3><span class="tsd-flag ts-flagOptional">Optional</span> component<wbr>Did<wbr>Catch</h3>
  470. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  471. <li class="tsd-signature tsd-kind-icon">component<wbr>Did<wbr>Catch<span class="tsd-signature-symbol">(</span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span>, errorInfo<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ErrorInfo</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  472. </ul>
  473. <ul class="tsd-descriptions">
  474. <li class="tsd-description">
  475. <aside class="tsd-sources">
  476. <p>Inherited from <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#componentdidcatch">componentDidCatch</a></p>
  477. <ul>
  478. <li>Defined in node_modules/@types/react/index.d.ts:641</li>
  479. </ul>
  480. </aside>
  481. <div class="tsd-comment tsd-typography">
  482. <div class="lead">
  483. <p>Catches exceptions generated in descendant components. Unhandled exceptions will cause
  484. the entire component tree to unmount.</p>
  485. </div>
  486. </div>
  487. <h4 class="tsd-parameters-title">Parameters</h4>
  488. <ul class="tsd-parameters">
  489. <li>
  490. <h5>error: <span class="tsd-signature-type">Error</span></h5>
  491. </li>
  492. <li>
  493. <h5>errorInfo: <span class="tsd-signature-type">ErrorInfo</span></h5>
  494. </li>
  495. </ul>
  496. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  497. </li>
  498. </ul>
  499. </section>
  500. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  501. <a name="componentdidmount" class="tsd-anchor"></a>
  502. <h3>component<wbr>Did<wbr>Mount</h3>
  503. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  504. <li class="tsd-signature tsd-kind-icon">component<wbr>Did<wbr>Mount<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  505. </ul>
  506. <ul class="tsd-descriptions">
  507. <li class="tsd-description">
  508. <aside class="tsd-sources">
  509. <p>Overrides <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#componentdidmount">componentDidMount</a></p>
  510. <ul>
  511. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:68</li>
  512. </ul>
  513. </aside>
  514. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  515. </li>
  516. </ul>
  517. </section>
  518. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  519. <a name="componentdidupdate" class="tsd-anchor"></a>
  520. <h3><span class="tsd-flag ts-flagOptional">Optional</span> component<wbr>Did<wbr>Update</h3>
  521. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  522. <li class="tsd-signature tsd-kind-icon">component<wbr>Did<wbr>Update<span class="tsd-signature-symbol">(</span>prevProps<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol">&gt;</span>, prevState<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">&gt;</span>, snapshot<span class="tsd-signature-symbol">?: </span><a href="" class="tsd-signature-type">SS</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  523. </ul>
  524. <ul class="tsd-descriptions">
  525. <li class="tsd-description">
  526. <aside class="tsd-sources">
  527. <p>Inherited from <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#componentdidupdate">componentDidUpdate</a></p>
  528. <ul>
  529. <li>Defined in node_modules/@types/react/index.d.ts:683</li>
  530. </ul>
  531. </aside>
  532. <div class="tsd-comment tsd-typography">
  533. <div class="lead">
  534. <p>Called immediately after updating occurs. Not called for the initial render.</p>
  535. </div>
  536. <p>The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.</p>
  537. </div>
  538. <h4 class="tsd-parameters-title">Parameters</h4>
  539. <ul class="tsd-parameters">
  540. <li>
  541. <h5>prevProps: <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol">&gt;</span></h5>
  542. </li>
  543. <li>
  544. <h5>prevState: <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">&gt;</span></h5>
  545. </li>
  546. <li>
  547. <h5><span class="tsd-flag ts-flagOptional">Optional</span> snapshot: <a href="" class="tsd-signature-type">SS</a></h5>
  548. </li>
  549. </ul>
  550. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  551. </li>
  552. </ul>
  553. </section>
  554. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  555. <a name="componentwillmount" class="tsd-anchor"></a>
  556. <h3><span class="tsd-flag ts-flagOptional">Optional</span> component<wbr>Will<wbr>Mount</h3>
  557. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  558. <li class="tsd-signature tsd-kind-icon">component<wbr>Will<wbr>Mount<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  559. </ul>
  560. <ul class="tsd-descriptions">
  561. <li class="tsd-description">
  562. <aside class="tsd-sources">
  563. <p>Inherited from <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#componentwillmount">componentWillMount</a></p>
  564. <ul>
  565. <li>Defined in node_modules/@types/react/index.d.ts:698</li>
  566. </ul>
  567. </aside>
  568. <div class="tsd-comment tsd-typography">
  569. <div class="lead">
  570. <p>Called immediately before mounting occurs, and before <code>Component#render</code>.
  571. Avoid introducing any side-effects or subscriptions in this method.</p>
  572. </div>
  573. <p>Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
  574. prevents this from being invoked.</p>
  575. <dl class="tsd-comment-tags">
  576. <dt>deprecated</dt>
  577. <dd><p>16.3, use componentDidMount or the constructor instead; will stop working in React 17</p>
  578. </dd>
  579. <dt>see</dt>
  580. <dd><p><a href="https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state">https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state</a></p>
  581. </dd>
  582. <dt>see</dt>
  583. <dd><p><a href="https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path">https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path</a></p>
  584. </dd>
  585. </dl>
  586. </div>
  587. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  588. </li>
  589. </ul>
  590. </section>
  591. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  592. <a name="componentwillreceiveprops" class="tsd-anchor"></a>
  593. <h3><span class="tsd-flag ts-flagOptional">Optional</span> component<wbr>Will<wbr>Receive<wbr>Props</h3>
  594. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  595. <li class="tsd-signature tsd-kind-icon">component<wbr>Will<wbr>Receive<wbr>Props<span class="tsd-signature-symbol">(</span>nextProps<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol">&gt;</span>, nextContext<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  596. </ul>
  597. <ul class="tsd-descriptions">
  598. <li class="tsd-description">
  599. <aside class="tsd-sources">
  600. <p>Inherited from <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#componentwillreceiveprops">componentWillReceiveProps</a></p>
  601. <ul>
  602. <li>Defined in node_modules/@types/react/index.d.ts:727</li>
  603. </ul>
  604. </aside>
  605. <div class="tsd-comment tsd-typography">
  606. <div class="lead">
  607. <p>Called when the component may be receiving new props.
  608. React may call this even if props have not changed, so be sure to compare new and existing
  609. props if you only want to handle changes.</p>
  610. </div>
  611. <p>Calling <code>Component#setState</code> generally does not trigger this method.</p>
  612. <p>Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
  613. prevents this from being invoked.</p>
  614. <dl class="tsd-comment-tags">
  615. <dt>deprecated</dt>
  616. <dd><p>16.3, use static getDerivedStateFromProps instead; will stop working in React 17</p>
  617. </dd>
  618. <dt>see</dt>
  619. <dd><p><a href="https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props">https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props</a></p>
  620. </dd>
  621. <dt>see</dt>
  622. <dd><p><a href="https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path">https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path</a></p>
  623. </dd>
  624. </dl>
  625. </div>
  626. <h4 class="tsd-parameters-title">Parameters</h4>
  627. <ul class="tsd-parameters">
  628. <li>
  629. <h5>nextProps: <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol">&gt;</span></h5>
  630. </li>
  631. <li>
  632. <h5>nextContext: <span class="tsd-signature-type">any</span></h5>
  633. </li>
  634. </ul>
  635. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  636. </li>
  637. </ul>
  638. </section>
  639. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  640. <a name="componentwillunmount" class="tsd-anchor"></a>
  641. <h3>component<wbr>Will<wbr>Unmount</h3>
  642. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  643. <li class="tsd-signature tsd-kind-icon">component<wbr>Will<wbr>Unmount<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  644. </ul>
  645. <ul class="tsd-descriptions">
  646. <li class="tsd-description">
  647. <aside class="tsd-sources">
  648. <p>Overrides <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#componentwillunmount">componentWillUnmount</a></p>
  649. <ul>
  650. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:97</li>
  651. </ul>
  652. </aside>
  653. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  654. </li>
  655. </ul>
  656. </section>
  657. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  658. <a name="componentwillupdate" class="tsd-anchor"></a>
  659. <h3><span class="tsd-flag ts-flagOptional">Optional</span> component<wbr>Will<wbr>Update</h3>
  660. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  661. <li class="tsd-signature tsd-kind-icon">component<wbr>Will<wbr>Update<span class="tsd-signature-symbol">(</span>nextProps<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol">&gt;</span>, nextState<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">&gt;</span>, nextContext<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  662. </ul>
  663. <ul class="tsd-descriptions">
  664. <li class="tsd-description">
  665. <aside class="tsd-sources">
  666. <p>Inherited from <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#componentwillupdate">componentWillUpdate</a></p>
  667. <ul>
  668. <li>Defined in node_modules/@types/react/index.d.ts:757</li>
  669. </ul>
  670. </aside>
  671. <div class="tsd-comment tsd-typography">
  672. <div class="lead">
  673. <p>Called immediately before rendering when new props or state is received. Not called for the initial render.</p>
  674. </div>
  675. <p>Note: You cannot call <code>Component#setState</code> here.</p>
  676. <p>Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps
  677. prevents this from being invoked.</p>
  678. <dl class="tsd-comment-tags">
  679. <dt>deprecated</dt>
  680. <dd><p>16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17</p>
  681. </dd>
  682. <dt>see</dt>
  683. <dd><p><a href="https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update">https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update</a></p>
  684. </dd>
  685. <dt>see</dt>
  686. <dd><p><a href="https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path">https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path</a></p>
  687. </dd>
  688. </dl>
  689. </div>
  690. <h4 class="tsd-parameters-title">Parameters</h4>
  691. <ul class="tsd-parameters">
  692. <li>
  693. <h5>nextProps: <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol">&gt;</span></h5>
  694. </li>
  695. <li>
  696. <h5>nextState: <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">&gt;</span></h5>
  697. </li>
  698. <li>
  699. <h5>nextContext: <span class="tsd-signature-type">any</span></h5>
  700. </li>
  701. </ul>
  702. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  703. </li>
  704. </ul>
  705. </section>
  706. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private">
  707. <a name="elementclickcallback" class="tsd-anchor"></a>
  708. <h3><span class="tsd-flag ts-flagPrivate">Private</span> element<wbr>Click<wbr>Callback</h3>
  709. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
  710. <li class="tsd-signature tsd-kind-icon">element<wbr>Click<wbr>Callback<span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">RcsbFvTrackDataElementInterface</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  711. </ul>
  712. <ul class="tsd-descriptions">
  713. <li class="tsd-description">
  714. <aside class="tsd-sources">
  715. <ul>
  716. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:254</li>
  717. </ul>
  718. </aside>
  719. <h4 class="tsd-parameters-title">Parameters</h4>
  720. <ul class="tsd-parameters">
  721. <li>
  722. <h5>e: <span class="tsd-signature-type">RcsbFvTrackDataElementInterface</span></h5>
  723. </li>
  724. </ul>
  725. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  726. </li>
  727. </ul>
  728. </section>
  729. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  730. <a name="getsnapshotbeforeupdate" class="tsd-anchor"></a>
  731. <h3><span class="tsd-flag ts-flagOptional">Optional</span> get<wbr>Snapshot<wbr>Before<wbr>Update</h3>
  732. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  733. <li class="tsd-signature tsd-kind-icon">get<wbr>Snapshot<wbr>Before<wbr>Update<span class="tsd-signature-symbol">(</span>prevProps<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol">&gt;</span>, prevState<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">SS</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></li>
  734. </ul>
  735. <ul class="tsd-descriptions">
  736. <li class="tsd-description">
  737. <aside class="tsd-sources">
  738. <p>Inherited from <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#getsnapshotbeforeupdate">getSnapshotBeforeUpdate</a></p>
  739. <ul>
  740. <li>Defined in node_modules/@types/react/index.d.ts:677</li>
  741. </ul>
  742. </aside>
  743. <div class="tsd-comment tsd-typography">
  744. <div class="lead">
  745. <p>Runs before React applies the result of <code>render</code> to the document, and
  746. returns an object to be given to componentDidUpdate. Useful for saving
  747. things such as scroll position before <code>render</code> causes changes to it.</p>
  748. </div>
  749. <p>Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated
  750. lifecycle events from running.</p>
  751. </div>
  752. <h4 class="tsd-parameters-title">Parameters</h4>
  753. <ul class="tsd-parameters">
  754. <li>
  755. <h5>prevProps: <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol">&gt;</span></h5>
  756. </li>
  757. <li>
  758. <h5>prevState: <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">&gt;</span></h5>
  759. </li>
  760. </ul>
  761. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">SS</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></h4>
  762. </li>
  763. </ul>
  764. </section>
  765. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private">
  766. <a name="highlighthovercallback" class="tsd-anchor"></a>
  767. <h3><span class="tsd-flag ts-flagPrivate">Private</span> highlight<wbr>Hover<wbr>Callback</h3>
  768. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
  769. <li class="tsd-signature tsd-kind-icon">highlight<wbr>Hover<wbr>Callback<span class="tsd-signature-symbol">(</span>selection<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">RcsbFvTrackDataElementInterface</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  770. </ul>
  771. <ul class="tsd-descriptions">
  772. <li class="tsd-description">
  773. <aside class="tsd-sources">
  774. <ul>
  775. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:207</li>
  776. </ul>
  777. </aside>
  778. <h4 class="tsd-parameters-title">Parameters</h4>
  779. <ul class="tsd-parameters">
  780. <li>
  781. <h5>selection: <span class="tsd-signature-type">RcsbFvTrackDataElementInterface</span><span class="tsd-signature-symbol">[]</span></h5>
  782. </li>
  783. </ul>
  784. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  785. </li>
  786. </ul>
  787. </section>
  788. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  789. <a name="modelchangecallback" class="tsd-anchor"></a>
  790. <h3>model<wbr>Change<wbr>Callback</h3>
  791. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  792. <li class="tsd-signature tsd-kind-icon">model<wbr>Change<wbr>Callback<span class="tsd-signature-symbol">(</span>modelMap<span class="tsd-signature-symbol">: </span><a href="../globals.html#saguaropluginmodelmaptype" class="tsd-signature-type">SaguaroPluginModelMapType</a>, defaultAuthId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
  793. </ul>
  794. <ul class="tsd-descriptions">
  795. <li class="tsd-description">
  796. <aside class="tsd-sources">
  797. <p>Overrides <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#modelchangecallback">modelChangeCallback</a></p>
  798. <ul>
  799. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:158</li>
  800. </ul>
  801. </aside>
  802. <h4 class="tsd-parameters-title">Parameters</h4>
  803. <ul class="tsd-parameters">
  804. <li>
  805. <h5>modelMap: <a href="../globals.html#saguaropluginmodelmaptype" class="tsd-signature-type">SaguaroPluginModelMapType</a></h5>
  806. </li>
  807. <li>
  808. <h5><span class="tsd-flag ts-flagOptional">Optional</span> defaultAuthId: <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
  809. </li>
  810. </ul>
  811. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
  812. </li>
  813. </ul>
  814. </section>
  815. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private">
  816. <a name="pluginselectcallback" class="tsd-anchor"></a>
  817. <h3><span class="tsd-flag ts-flagPrivate">Private</span> plugin<wbr>Select<wbr>Callback</h3>
  818. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
  819. <li class="tsd-signature tsd-kind-icon">plugin<wbr>Select<wbr>Callback<span class="tsd-signature-symbol">(</span>mode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"select"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"hover"</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
  820. </ul>
  821. <ul class="tsd-descriptions">
  822. <li class="tsd-description">
  823. <aside class="tsd-sources">
  824. <ul>
  825. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:128</li>
  826. </ul>
  827. </aside>
  828. <h4 class="tsd-parameters-title">Parameters</h4>
  829. <ul class="tsd-parameters">
  830. <li>
  831. <h5>mode: <span class="tsd-signature-type">"select"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"hover"</span></h5>
  832. </li>
  833. </ul>
  834. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
  835. </li>
  836. </ul>
  837. </section>
  838. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  839. <a name="render" class="tsd-anchor"></a>
  840. <h3>render</h3>
  841. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  842. <li class="tsd-signature tsd-kind-icon">render<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Element</span></li>
  843. </ul>
  844. <ul class="tsd-descriptions">
  845. <li class="tsd-description">
  846. <aside class="tsd-sources">
  847. <p>Inherited from <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#render">render</a></p>
  848. <ul>
  849. <li>Defined in src/RcsbFvSequence/SequenceViews/AbstractView.tsx:34</li>
  850. </ul>
  851. </aside>
  852. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4>
  853. </li>
  854. </ul>
  855. </section>
  856. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  857. <a name="representationchangecallback" class="tsd-anchor"></a>
  858. <h3>representation<wbr>Change<wbr>Callback</h3>
  859. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  860. <li class="tsd-signature tsd-kind-icon">representation<wbr>Change<wbr>Callback<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  861. </ul>
  862. <ul class="tsd-descriptions">
  863. <li class="tsd-description">
  864. <aside class="tsd-sources">
  865. <p>Implementation of <a href="../interfaces/sequenceviewinterface.html">SequenceViewInterface</a>.<a href="../interfaces/sequenceviewinterface.html#representationchangecallback">representationChangeCallback</a></p>
  866. <p>Overrides <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#representationchangecallback">representationChangeCallback</a></p>
  867. <ul>
  868. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:110</li>
  869. </ul>
  870. </aside>
  871. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  872. </li>
  873. </ul>
  874. </section>
  875. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private">
  876. <a name="resetpluginview" class="tsd-anchor"></a>
  877. <h3><span class="tsd-flag ts-flagPrivate">Private</span> reset<wbr>Plugin<wbr>View</h3>
  878. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
  879. <li class="tsd-signature tsd-kind-icon">reset<wbr>Plugin<wbr>View<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  880. </ul>
  881. <ul class="tsd-descriptions">
  882. <li class="tsd-description">
  883. <aside class="tsd-sources">
  884. <ul>
  885. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:123</li>
  886. </ul>
  887. </aside>
  888. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  889. </li>
  890. </ul>
  891. </section>
  892. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private">
  893. <a name="select" class="tsd-anchor"></a>
  894. <h3><span class="tsd-flag ts-flagPrivate">Private</span> select</h3>
  895. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
  896. <li class="tsd-signature tsd-kind-icon">select<span class="tsd-signature-symbol">(</span>selection<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">RcsbFvTrackDataElementInterface</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  897. </ul>
  898. <ul class="tsd-descriptions">
  899. <li class="tsd-description">
  900. <aside class="tsd-sources">
  901. <ul>
  902. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:237</li>
  903. </ul>
  904. </aside>
  905. <h4 class="tsd-parameters-title">Parameters</h4>
  906. <ul class="tsd-parameters">
  907. <li>
  908. <h5>selection: <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">RcsbFvTrackDataElementInterface</span><span class="tsd-signature-symbol">&gt;</span></h5>
  909. </li>
  910. </ul>
  911. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  912. </li>
  913. </ul>
  914. </section>
  915. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private">
  916. <a name="selectionchangecallback" class="tsd-anchor"></a>
  917. <h3><span class="tsd-flag ts-flagPrivate">Private</span> selection<wbr>Change<wbr>Callback</h3>
  918. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
  919. <li class="tsd-signature tsd-kind-icon">selection<wbr>Change<wbr>Callback<span class="tsd-signature-symbol">(</span>selection<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">RcsbFvTrackDataElementInterface</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  920. </ul>
  921. <ul class="tsd-descriptions">
  922. <li class="tsd-description">
  923. <aside class="tsd-sources">
  924. <ul>
  925. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:225</li>
  926. </ul>
  927. </aside>
  928. <h4 class="tsd-parameters-title">Parameters</h4>
  929. <ul class="tsd-parameters">
  930. <li>
  931. <h5>selection: <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">RcsbFvTrackDataElementInterface</span><span class="tsd-signature-symbol">&gt;</span></h5>
  932. </li>
  933. </ul>
  934. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  935. </li>
  936. </ul>
  937. </section>
  938. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  939. <a name="shouldcomponentupdate" class="tsd-anchor"></a>
  940. <h3><span class="tsd-flag ts-flagOptional">Optional</span> should<wbr>Component<wbr>Update</h3>
  941. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  942. <li class="tsd-signature tsd-kind-icon">should<wbr>Component<wbr>Update<span class="tsd-signature-symbol">(</span>nextProps<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol">&gt;</span>, nextState<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">&gt;</span>, nextContext<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
  943. </ul>
  944. <ul class="tsd-descriptions">
  945. <li class="tsd-description">
  946. <aside class="tsd-sources">
  947. <p>Inherited from <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#shouldcomponentupdate">shouldComponentUpdate</a></p>
  948. <ul>
  949. <li>Defined in node_modules/@types/react/index.d.ts:631</li>
  950. </ul>
  951. </aside>
  952. <div class="tsd-comment tsd-typography">
  953. <div class="lead">
  954. <p>Called to determine whether the change in props and state should trigger a re-render.</p>
  955. </div>
  956. <p><code>Component</code> always returns true.
  957. <code>PureComponent</code> implements a shallow comparison on props and state and returns true if any
  958. props or states have changed.</p>
  959. <p>If false is returned, <code>Component#render</code>, <code>componentWillUpdate</code>
  960. and <code>componentDidUpdate</code> will not be called.</p>
  961. </div>
  962. <h4 class="tsd-parameters-title">Parameters</h4>
  963. <ul class="tsd-parameters">
  964. <li>
  965. <h5>nextProps: <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/assemblyviewinterface.html" class="tsd-signature-type">AssemblyViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol"> &amp; </span><a href="../interfaces/abstractviewinterface.html" class="tsd-signature-type">AbstractViewInterface</a><span class="tsd-signature-symbol">&gt;</span></h5>
  966. </li>
  967. <li>
  968. <h5>nextState: <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">&gt;</span></h5>
  969. </li>
  970. <li>
  971. <h5>nextContext: <span class="tsd-signature-type">any</span></h5>
  972. </li>
  973. </ul>
  974. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
  975. </li>
  976. </ul>
  977. </section>
  978. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  979. <a name="structurehovercallback" class="tsd-anchor"></a>
  980. <h3>structure<wbr>Hover<wbr>Callback</h3>
  981. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  982. <li class="tsd-signature tsd-kind-icon">structure<wbr>Hover<wbr>Callback<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
  983. </ul>
  984. <ul class="tsd-descriptions">
  985. <li class="tsd-description">
  986. <aside class="tsd-sources">
  987. <p>Implementation of <a href="../interfaces/sequenceviewinterface.html">SequenceViewInterface</a>.<a href="../interfaces/sequenceviewinterface.html#structurehovercallback">structureHoverCallback</a></p>
  988. <p>Overrides <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#structurehovercallback">structureHoverCallback</a></p>
  989. <ul>
  990. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:106</li>
  991. </ul>
  992. </aside>
  993. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
  994. </li>
  995. </ul>
  996. </section>
  997. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  998. <a name="structureselectioncallback" class="tsd-anchor"></a>
  999. <h3>structure<wbr>Selection<wbr>Callback</h3>
  1000. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  1001. <li class="tsd-signature tsd-kind-icon">structure<wbr>Selection<wbr>Callback<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
  1002. </ul>
  1003. <ul class="tsd-descriptions">
  1004. <li class="tsd-description">
  1005. <aside class="tsd-sources">
  1006. <p>Implementation of <a href="../interfaces/sequenceviewinterface.html">SequenceViewInterface</a>.<a href="../interfaces/sequenceviewinterface.html#structureselectioncallback">structureSelectionCallback</a></p>
  1007. <p>Overrides <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#structureselectioncallback">structureSelectionCallback</a></p>
  1008. <ul>
  1009. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:102</li>
  1010. </ul>
  1011. </aside>
  1012. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
  1013. </li>
  1014. </ul>
  1015. </section>
  1016. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private">
  1017. <a name="unmountrcsbfv" class="tsd-anchor"></a>
  1018. <h3><span class="tsd-flag ts-flagPrivate">Private</span> unmount<wbr>Rcsb<wbr>Fv</h3>
  1019. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
  1020. <li class="tsd-signature tsd-kind-icon">unmount<wbr>Rcsb<wbr>Fv<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
  1021. </ul>
  1022. <ul class="tsd-descriptions">
  1023. <li class="tsd-description">
  1024. <aside class="tsd-sources">
  1025. <ul>
  1026. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:202</li>
  1027. </ul>
  1028. </aside>
  1029. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
  1030. </li>
  1031. </ul>
  1032. </section>
  1033. <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  1034. <a name="updatedimensions" class="tsd-anchor"></a>
  1035. <h3>update<wbr>Dimensions</h3>
  1036. <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  1037. <li class="tsd-signature tsd-kind-icon">update<wbr>Dimensions<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
  1038. </ul>
  1039. <ul class="tsd-descriptions">
  1040. <li class="tsd-description">
  1041. <aside class="tsd-sources">
  1042. <p>Implementation of <a href="../interfaces/sequenceviewinterface.html">SequenceViewInterface</a>.<a href="../interfaces/sequenceviewinterface.html#updatedimensions">updateDimensions</a></p>
  1043. <p>Overrides <a href="abstractview.html">AbstractView</a>.<a href="abstractview.html#updatedimensions">updateDimensions</a></p>
  1044. <ul>
  1045. <li>Defined in src/RcsbFvSequence/SequenceViews/AssemblyView/AssemblyView.tsx:114</li>
  1046. </ul>
  1047. </aside>
  1048. <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
  1049. </li>
  1050. </ul>
  1051. </section>
  1052. </section>
  1053. </div>
  1054. <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
  1055. <nav class="tsd-navigation primary">
  1056. <ul>
  1057. <li class="globals ">
  1058. <a href="../globals.html"><em>Globals</em></a>
  1059. </li>
  1060. </ul>
  1061. </nav>
  1062. <nav class="tsd-navigation secondary menu-sticky">
  1063. <ul class="before-current">
  1064. </ul>
  1065. <ul class="current">
  1066. <li class="current tsd-kind-class tsd-has-type-parameter">
  1067. <a href="assemblyview.html" class="tsd-kind-icon">Assembly<wbr>View</a>
  1068. <ul>
  1069. <li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
  1070. <a href="assemblyview.html#constructor" class="tsd-kind-icon">constructor</a>
  1071. </li>
  1072. <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
  1073. <a href="assemblyview.html#boardconfig" class="tsd-kind-icon">board<wbr>Config</a>
  1074. </li>
  1075. <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
  1076. <a href="assemblyview.html#componentdivid" class="tsd-kind-icon">component<wbr>Div<wbr>Id</a>
  1077. </li>
  1078. <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
  1079. <a href="assemblyview.html#createcomponentthreshold" class="tsd-kind-icon">create<wbr>Component<wbr>Threshold</a>
  1080. </li>
  1081. <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
  1082. <a href="assemblyview.html#currententryid" class="tsd-kind-icon">current<wbr>Entry<wbr>Id</a>
  1083. </li>
  1084. <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
  1085. <a href="assemblyview.html#currentlabelasymid" class="tsd-kind-icon">current<wbr>Label<wbr>Asym<wbr>Id</a>
  1086. </li>
  1087. <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
  1088. <a href="assemblyview.html#currentmodelid" class="tsd-kind-icon">current<wbr>Model<wbr>Id</a>
  1089. </li>
  1090. <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
  1091. <a href="assemblyview.html#currentmodelmap" class="tsd-kind-icon">current<wbr>Model<wbr>Map</a>
  1092. </li>
  1093. <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
  1094. <a href="assemblyview.html#currentmodelnumber" class="tsd-kind-icon">current<wbr>Model<wbr>Number</a>
  1095. </li>
  1096. <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
  1097. <a href="assemblyview.html#currentselectedcomponentid" class="tsd-kind-icon">current<wbr>Selected<wbr>Component<wbr>Id</a>
  1098. </li>
  1099. <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
  1100. <a href="assemblyview.html#innerselectionflag" class="tsd-kind-icon">inner<wbr>Selection<wbr>Flag</a>
  1101. </li>
  1102. <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
  1103. <a href="assemblyview.html#rcsbfvdivid" class="tsd-kind-icon">rcsb<wbr>FvDiv<wbr>Id</a>
  1104. </li>
  1105. <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
  1106. <a href="assemblyview.html#rcsbfvmodule" class="tsd-kind-icon">rcsb<wbr>FvModule</a>
  1107. </li>
  1108. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  1109. <a href="assemblyview.html#unsafe_componentwillmount" class="tsd-kind-icon">UNSAFE_<wbr>component<wbr>Will<wbr>Mount</a>
  1110. </li>
  1111. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  1112. <a href="assemblyview.html#unsafe_componentwillreceiveprops" class="tsd-kind-icon">UNSAFE_<wbr>component<wbr>Will<wbr>Receive<wbr>Props</a>
  1113. </li>
  1114. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  1115. <a href="assemblyview.html#unsafe_componentwillupdate" class="tsd-kind-icon">UNSAFE_<wbr>component<wbr>Will<wbr>Update</a>
  1116. </li>
  1117. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  1118. <a href="assemblyview.html#additionalcontent" class="tsd-kind-icon">additional<wbr>Content</a>
  1119. </li>
  1120. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  1121. <a href="assemblyview.html#componentdidcatch" class="tsd-kind-icon">component<wbr>Did<wbr>Catch</a>
  1122. </li>
  1123. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  1124. <a href="assemblyview.html#componentdidmount" class="tsd-kind-icon">component<wbr>Did<wbr>Mount</a>
  1125. </li>
  1126. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  1127. <a href="assemblyview.html#componentdidupdate" class="tsd-kind-icon">component<wbr>Did<wbr>Update</a>
  1128. </li>
  1129. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  1130. <a href="assemblyview.html#componentwillmount" class="tsd-kind-icon">component<wbr>Will<wbr>Mount</a>
  1131. </li>
  1132. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  1133. <a href="assemblyview.html#componentwillreceiveprops" class="tsd-kind-icon">component<wbr>Will<wbr>Receive<wbr>Props</a>
  1134. </li>
  1135. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  1136. <a href="assemblyview.html#componentwillunmount" class="tsd-kind-icon">component<wbr>Will<wbr>Unmount</a>
  1137. </li>
  1138. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  1139. <a href="assemblyview.html#componentwillupdate" class="tsd-kind-icon">component<wbr>Will<wbr>Update</a>
  1140. </li>
  1141. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-private">
  1142. <a href="assemblyview.html#elementclickcallback" class="tsd-kind-icon">element<wbr>Click<wbr>Callback</a>
  1143. </li>
  1144. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  1145. <a href="assemblyview.html#getsnapshotbeforeupdate" class="tsd-kind-icon">get<wbr>Snapshot<wbr>Before<wbr>Update</a>
  1146. </li>
  1147. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-private">
  1148. <a href="assemblyview.html#highlighthovercallback" class="tsd-kind-icon">highlight<wbr>Hover<wbr>Callback</a>
  1149. </li>
  1150. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  1151. <a href="assemblyview.html#modelchangecallback" class="tsd-kind-icon">model<wbr>Change<wbr>Callback</a>
  1152. </li>
  1153. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-private">
  1154. <a href="assemblyview.html#pluginselectcallback" class="tsd-kind-icon">plugin<wbr>Select<wbr>Callback</a>
  1155. </li>
  1156. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  1157. <a href="assemblyview.html#render" class="tsd-kind-icon">render</a>
  1158. </li>
  1159. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  1160. <a href="assemblyview.html#representationchangecallback" class="tsd-kind-icon">representation<wbr>Change<wbr>Callback</a>
  1161. </li>
  1162. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-private">
  1163. <a href="assemblyview.html#resetpluginview" class="tsd-kind-icon">reset<wbr>Plugin<wbr>View</a>
  1164. </li>
  1165. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-private">
  1166. <a href="assemblyview.html#select" class="tsd-kind-icon">select</a>
  1167. </li>
  1168. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-private">
  1169. <a href="assemblyview.html#selectionchangecallback" class="tsd-kind-icon">selection<wbr>Change<wbr>Callback</a>
  1170. </li>
  1171. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
  1172. <a href="assemblyview.html#shouldcomponentupdate" class="tsd-kind-icon">should<wbr>Component<wbr>Update</a>
  1173. </li>
  1174. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  1175. <a href="assemblyview.html#structurehovercallback" class="tsd-kind-icon">structure<wbr>Hover<wbr>Callback</a>
  1176. </li>
  1177. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  1178. <a href="assemblyview.html#structureselectioncallback" class="tsd-kind-icon">structure<wbr>Selection<wbr>Callback</a>
  1179. </li>
  1180. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-private">
  1181. <a href="assemblyview.html#unmountrcsbfv" class="tsd-kind-icon">unmount<wbr>Rcsb<wbr>Fv</a>
  1182. </li>
  1183. <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
  1184. <a href="assemblyview.html#updatedimensions" class="tsd-kind-icon">update<wbr>Dimensions</a>
  1185. </li>
  1186. </ul>
  1187. </li>
  1188. </ul>
  1189. <ul class="after-current">
  1190. </ul>
  1191. </nav>
  1192. </div>
  1193. </div>
  1194. </div>
  1195. <footer class="with-border-bottom">
  1196. <div class="container">
  1197. <h2>Legend</h2>
  1198. <div class="tsd-legend-group">
  1199. <ul class="tsd-legend">
  1200. <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
  1201. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
  1202. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
  1203. </ul>
  1204. <ul class="tsd-legend">
  1205. <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
  1206. <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
  1207. </ul>
  1208. <ul class="tsd-legend">
  1209. <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
  1210. <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
  1211. </ul>
  1212. <ul class="tsd-legend">
  1213. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
  1214. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
  1215. </ul>
  1216. <ul class="tsd-legend">
  1217. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
  1218. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
  1219. </ul>
  1220. </div>
  1221. </div>
  1222. </footer>
  1223. <div class="container tsd-generator">
  1224. <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
  1225. </div>
  1226. <div class="overlay"></div>
  1227. <script src="../assets/js/main.js"></script>
  1228. </body>
  1229. </html>